Skip to content

Commit a105782

Browse files
author
Oren Novotny
committed
Use NuGet ver
1 parent ed3ff89 commit a105782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rx.NET/Source/build-new.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (!(Test-Path .\nuget.exe)) {
4141
#update version
4242
.\packages\gitversion.commandline\tools\gitversion.exe /l console /output buildserver
4343
$versionObj = .\packages\gitversion.commandline\tools\gitversion.exe | ConvertFrom-Json
44-
$packageSemVer = $versionObj.FullSemVer
44+
$packageSemVer = $versionObj.NuGetVersionV2
4545

4646
New-Item -ItemType Directory -Force -Path $artifacts
4747

0 commit comments

Comments
 (0)