Skip to content

Commit

Permalink
ci: Adjust warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 9, 2022
1 parent 88ed961 commit 158df2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Uno.UI.SourceGenerators.Internal</AssemblyName>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<WarningsAsErrors>true</WarningsAsErrors>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<Nullable>enable</Nullable>
<WarningsAsErrors>true</WarningsAsErrors>
</PropertyGroup>

<PropertyGroup Condition="'$(MSBuildRuntimeType)'=='Core'">
Expand Down
2 changes: 0 additions & 2 deletions src/Uno.UI/Uno.UI.Skia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

<UnoRuntimeIdentifier>Skia</UnoRuntimeIdentifier>
<PlatformItemsBasePath>.\</PlatformItemsBasePath>

<WarningsAsErrors>true</WarningsAsErrors>

<UnoXamlResourcesTrimming>true</UnoXamlResourcesTrimming>

Expand Down

0 comments on commit 158df2d

Please sign in to comment.