Skip to content

Commit f4a128a

Browse files
committed
use DOTNET_BUILD_VERSION for version_suffix
1 parent 64c86a4 commit f4a128a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$version_suffix="$env:version_suffix"
1+
$version_suffix="$env:DOTNET_BUILD_VERSION"
22

33
if ((get-command dotnet.exe -ErrorAction SilentlyContinue) -eq $null) {
44
Write-Error "You need to have dotnet installed and added to your path, download from http://dot.net"

0 commit comments

Comments
 (0)