Skip to content

Commit 24ee46f

Browse files
committed
Clean up from previous PR
This addresses some feedback from #8762
1 parent 203d11f commit 24ee46f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)