Browse Source

Merge branch 'master' into feature/label-control

pull/4904/head
Max Katz 6 years ago
committed by GitHub
parent
commit
ddb6b3526e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.ps1

2
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)"

Loading…
Cancel
Save