We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73371e4 commit ae02abeCopy full SHA for ae02abe
1 file changed
src/Egil.RazorComponents.Testing.Library.csproj
@@ -34,6 +34,10 @@ This library's goal is to make it easy to write comprehensive, stable unit tests
34
<IncludeSymbols>true</IncludeSymbols>
35
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
36
</PropertyGroup>
37
+
38
+ <PropertyGroup Condition="'$(Configuration)' == 'Release'">
39
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
40
+ </PropertyGroup>
41
42
<ItemGroup>
43
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
0 commit comments