Skip to content

Commit a1999be

Browse files
authored
Merge branch 'main' into fix/package/mutually-exclusive-winui
2 parents 74f1934 + 62364fa commit a1999be

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ on:
1818

1919
env:
2020
DOTNET_VERSION: ${{ '8.0.201' }}
21+
DOTNET_INSTALL_DIR: dotnet-install
22+
DOTNET_ROOT: dotnet-install
2123
ENABLE_DIAGNOSTICS: false
2224
#COREHOST_TRACE: 1
2325
MSBUILD_VERBOSITY: normal

Directory.Build.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
1313
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1414
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
15-
<NoWarn>$(NoWarn);Uno0001</NoWarn>
15+
<NoWarn>$(NoWarn);Uno0001</NoWarn>
16+
17+
<!-- See https://github.com/CommunityToolkit/Labs-Windows/pull/605#issuecomment-2498743676 -->
18+
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
1619
</PropertyGroup>
1720

1821
<Import Project="Windows.Toolkit.Common.props" />

0 commit comments

Comments
 (0)