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 1818
1919env :
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
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments