Overwrite props files if they exist

This commit is contained in:
Piotr Puszkiewicz 2017-02-09 10:50:21 -08:00
parent 6b7ad0544f
commit 806b294777
2 changed files with 4 additions and 2 deletions

View file

@ -36,6 +36,7 @@
<WriteLinesToFile File="$(GitCommitInfoProps)"
Lines="$(GitCommitInfoPropsContent)"
Condition=" '$(ShouldOverwriteThePropsFile)' == 'true' "/>
Condition=" '$(ShouldOverwriteThePropsFile)' == 'true' "
Overwrite="true" />
</Target>
</Project>

View file

@ -22,6 +22,7 @@
</PropertyGroup>
<WriteLinesToFile File="$(HostInfoProps)"
Lines="$(HostInfoPropsContent)" />
Lines="$(HostInfoPropsContent)"
Overwrite="true" />
</Target>
</Project>