We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878d209 commit 211aa27Copy full SHA for 211aa27
build.ps1
@@ -177,8 +177,8 @@ if ($null -eq $targetFunction) {
177
}
178
179
_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."
+ _require dotnet "Could not find 'dotnet'. Please ensure .NET SDK is installed."
+ _require msbuild.exe "Could not find 'msbuild'. Please ensure MSBUILD.EXE v17.0 is on the path."
182
_verify_msbuild_version "17.0.0"
183
184
_mkdir $packageOutputFolder
0 commit comments