File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\build\common.props" />
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.1</TargetFramework >
9
9
</PropertyGroup >
10
10
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
11
11
<StyleCopTreatErrorsAsWarnings >false</StyleCopTreatErrorsAsWarnings >
12
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
13
- <WarningsAsErrors />
12
+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
14
13
</PropertyGroup >
15
14
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
16
15
<StyleCopTreatErrorsAsWarnings >false</StyleCopTreatErrorsAsWarnings >
17
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
18
- <WarningsAsErrors />
16
+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
19
17
</PropertyGroup >
20
18
<ItemGroup >
21
19
<None Remove =" FileProvisioning\PowerShell\profile.ps1" />
You can’t perform that action at this time.
0 commit comments