Merge pull request #14276 from dotnet/marcpopMSFT-addbuildtoversion
Add the full nuget version into the .version file
This commit is contained in:
commit
eaaf3b3160
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…
Add table
Add a link
Reference in a new issue