提交 393f8e66 编写于 作者: J Jared Parsons 提交者: Jared Parsons

Need to prefix warning code with MSB

上级 20213d4b
......@@ -24,7 +24,7 @@ try {
$msbuild = Ensure-MSBuild
# The /nowarn exception can be removed once we fix https://github.com/dotnet/roslyn/issues/17325
& $msbuild /nodereuse:false /p:Configuration=Release /p:SkipTest=true Build.proj /warnaserror /nowarn:3277
& $msbuild /nodereuse:false /p:Configuration=Release /p:SkipTest=true Build.proj /warnaserror /nowarn:MSB3277
if (-not $?) {
throw "Build failed"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册