Overwrite props files if they exist
This commit is contained in:
parent
6b7ad0544f
commit
806b294777
2 changed files with 4 additions and 2 deletions
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
<WriteLinesToFile File="$(GitCommitInfoProps)"
|
<WriteLinesToFile File="$(GitCommitInfoProps)"
|
||||||
Lines="$(GitCommitInfoPropsContent)"
|
Lines="$(GitCommitInfoPropsContent)"
|
||||||
Condition=" '$(ShouldOverwriteThePropsFile)' == 'true' "/>
|
Condition=" '$(ShouldOverwriteThePropsFile)' == 'true' "
|
||||||
|
Overwrite="true" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<WriteLinesToFile File="$(HostInfoProps)"
|
<WriteLinesToFile File="$(HostInfoProps)"
|
||||||
Lines="$(HostInfoPropsContent)" />
|
Lines="$(HostInfoPropsContent)"
|
||||||
|
Overwrite="true" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue