File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11@ echo off
22setlocal
33
4- set _args = -restore -build /p:_SelfContainedWasSpecified=true %*
4+ set _args = -restore -build %*
55if " %~1 " == " -?" set _args = -help
66
77powershell -ExecutionPolicy ByPass -NoProfile -Command " & '%~dp0 eng\common\build.ps1'" %_args%
Original file line number Diff line number Diff line change 66 <OutputType >Exe</OutputType >
77 <Description >Razor is a markup syntax for adding server-side logic to web pages. This package contains a Razor language server.</Description >
88 <EnableApiCheck >false</EnableApiCheck >
9- <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
109 <RuntimeIdentifiers Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >win-x64;win-x86;win-arm64</RuntimeIdentifiers >
1110 <RuntimeIdentifiers Condition =" $([MSBuild]::IsOSPlatform('Linux'))" >linux-x64;linux-musl-x64;linux-arm64;linux-musl-arm64</RuntimeIdentifiers >
1211 <RuntimeIdentifiers Condition =" $([MSBuild]::IsOSPlatform('OSX'))" >osx-x64;osx-arm64</RuntimeIdentifiers >
You can’t perform that action at this time.
0 commit comments