File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 18
18
19
19
env :
20
20
DOTNET_VERSION : ${{ '8.0.201' }}
21
+ DOTNET_INSTALL_DIR : dotnet-install
22
+ DOTNET_ROOT : dotnet-install
21
23
ENABLE_DIAGNOSTICS : false
22
24
# COREHOST_TRACE: 1
23
25
MSBUILD_VERBOSITY : normal
Original file line number Diff line number Diff line change 12
12
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
13
13
<EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
14
14
<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 >
16
19
</PropertyGroup >
17
20
18
21
<Import Project =" Windows.Toolkit.Common.props" />
You can’t perform that action at this time.
0 commit comments