Skip to content

Commit c3de764

Browse files
authored
Clean up from previous PR (#8863)
This addresses some feedback from #8762
1 parent 203d11f commit c3de764

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
setlocal
33

4-
set _args=-restore -build /p:_SelfContainedWasSpecified=true %*
4+
set _args=-restore -build %*
55
if "%~1"=="-?" set _args=-help
66

77
powershell -ExecutionPolicy ByPass -NoProfile -Command "& '%~dp0eng\common\build.ps1'" %_args%

src/Razor/src/rzls/rzls.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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>

0 commit comments

Comments
 (0)