We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3ff89 commit a105782Copy full SHA for a105782
Rx.NET/Source/build-new.ps1
@@ -41,7 +41,7 @@ if (!(Test-Path .\nuget.exe)) {
41
#update version
42
.\packages\gitversion.commandline\tools\gitversion.exe /l console /output buildserver
43
$versionObj = .\packages\gitversion.commandline\tools\gitversion.exe | ConvertFrom-Json
44
-$packageSemVer = $versionObj.FullSemVer
+$packageSemVer = $versionObj.NuGetVersionV2
45
46
New-Item -ItemType Directory -Force -Path $artifacts
47
0 commit comments