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 64c86a4 commit f4a128aCopy full SHA for f4a128a
1 file changed
build.ps1
@@ -1,4 +1,4 @@
1
-$version_suffix="$env:version_suffix"
+$version_suffix="$env:DOTNET_BUILD_VERSION"
2
3
if ((get-command dotnet.exe -ErrorAction SilentlyContinue) -eq $null) {
4
Write-Error "You need to have dotnet installed and added to your path, download from http://dot.net"
0 commit comments