Add the full nuget version into the .version file
This commit is contained in:
parent
a55a0d2fba
commit
e2a0da3d8f
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@
|
|||
<Target Name="GenerateVersionFile"
|
||||
DependsOnTargets="SetupBundledComponents;GetCommitHash;GenerateFullNuGetVersion">
|
||||
<WriteLinesToFile File="$(SdkOutputDirectory).version"
|
||||
Lines="$(GitCommitHash);$(Version);$(Rid)"
|
||||
Lines="$(GitCommitHash);$(Version);$(Rid);$(FullNugetVersion)"
|
||||
Overwrite="true" />
|
||||
|
||||
<!-- This is a hack to make the full nuget version available during the publishing step -->
|
||||
|
|
Loading…
Reference in a new issue