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