Skip to content

Commit 2df070b

Browse files
committed
Set WarningsAsErrors to false
1 parent e53a5de commit 2df070b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\..\build\common.props" />
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
@@ -9,13 +9,11 @@
99
</PropertyGroup>
1010
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1111
<StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
12-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
13-
<WarningsAsErrors />
12+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1413
</PropertyGroup>
1514
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1615
<StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
17-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
18-
<WarningsAsErrors />
16+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1917
</PropertyGroup>
2018
<ItemGroup>
2119
<None Remove="FileProvisioning\PowerShell\profile.ps1" />

0 commit comments

Comments
 (0)