The target: "PublishVersionFile" fails to fire as it is pinned to [line 30] AfterTargets="Publish" and [line 118] BeforeTargets="Publish"
This commit is contained in:
parent
0723a8e059
commit
1537818815
1 changed files with 1 additions and 3 deletions
|
@ -114,9 +114,7 @@
|
|||
|
||||
</Target>
|
||||
|
||||
<Target Name="PublishVersionFile"
|
||||
BeforeTargets="Publish">
|
||||
|
||||
<Target Name="PublishVersionFile">
|
||||
<WriteLinesToFile File="$(PublishDir)/.version"
|
||||
Lines="$(CommitHash);$(SdkVersion);$(Rid)"
|
||||
Overwrite="true" />
|
||||
|
|
Loading…
Reference in a new issue