File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2929 run : dotnet test --no-restore --configuration Release --verbosity normal
3030
3131 - name : Pack NuGet packages
32- run : dotnet pack --no-restore --configuration Release
32+ run : dotnet pack --no-build --configuration Release -p:ContinuousIntegrationBuild=true
3333
3434 - name : Upload build artifacts
3535 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "version" : " 9.0.100" ,
4+ "rollForward" : " latestFeature" ,
5+ "allowPrerelease" : false
6+ }
7+ }
Original file line number Diff line number Diff line change 2121 <IncludeSymbols >true</IncludeSymbols >
2222 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2323
24- <!-- Disable static web assets compression for packaging -->
24+ <!-- Disable static web assets compression for packaging (.NET 10 SDK bug workaround) -->
2525 <EnableStaticWebAssetsCompression >false</EnableStaticWebAssetsCompression >
26+ <StaticWebAssetsBuildMode Condition =" '$(ContinuousIntegrationBuild)' == 'true'" >Default</StaticWebAssetsBuildMode >
2627 </PropertyGroup >
2728
2829
You can’t perform that action at this time.
0 commit comments