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)"
|
||||
Lines="$(GitCommitInfoPropsContent)"
|
||||
Condition=" '$(ShouldOverwriteThePropsFile)' == 'true' "/>
|
||||
Condition=" '$(ShouldOverwriteThePropsFile)' == 'true' "
|
||||
Overwrite="true" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<WriteLinesToFile File="$(HostInfoProps)"
|
||||
Lines="$(HostInfoPropsContent)" />
|
||||
Lines="$(HostInfoPropsContent)"
|
||||
Overwrite="true" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue