Skip to content

Commit 211aa27

Browse files
committed
Make sure we use msbuild.exe (from Visual Studio) and not msbuild.bat (from Mono)
1 parent 878d209 commit 211aa27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ if ($null -eq $targetFunction) {
177177
}
178178

179179
_build_step "Performing pre-build verifications"
180-
_require dotnet "Could not find 'dotnet'. Please ensure .NET CLI Tooling is installed."
181-
_require msbuild "Could not find 'msbuild'. Please ensure MSBUILD.EXE v17.0 is on the path."
180+
_require dotnet "Could not find 'dotnet'. Please ensure .NET SDK is installed."
181+
_require msbuild.exe "Could not find 'msbuild'. Please ensure MSBUILD.EXE v17.0 is on the path."
182182
_verify_msbuild_version "17.0.0"
183183

184184
_mkdir $packageOutputFolder

0 commit comments

Comments
 (0)