Browse Source
Merge branch 'master' into feature/label-control
pull/4904/head
Max Katz
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
build.ps1
|
|
|
@ -62,6 +62,8 @@ else { |
|
|
|
} else { |
|
|
|
ExecSafe { & $DotNetInstallFile -InstallDir $DotNetDirectory -Version $DotNetVersion -NoPath } |
|
|
|
} |
|
|
|
|
|
|
|
$env:PATH="$DotNetDirectory;$env:PATH" |
|
|
|
} |
|
|
|
|
|
|
|
Write-Output "Microsoft (R) .NET Core SDK version $(& $env:DOTNET_EXE --version)" |
|
|
|
|