Skip to content

Commit db21daf

Browse files
committed
Disable roll-forward to fix spontaneous CI build failure.
See https://github.com/CommunityToolkit/Windows/actions/runs/21039291527/job/60496336547 Error observed is: ``` 6>CSC : error CS8032: An instance of analyzer Microsoft.CodeAnalysis.UseExplicitTupleName.UseExplicitTupleNameDiagnosticAnalyzer cannot be created from C:\Program Files\dotnet\sdk\9.0.309\Sdks\Microsoft.NET.Sdk\codestyle\cs\Microsoft.CodeAnalysis.CodeStyle.dll : Exception has been thrown by the target of an invocation.. [D:\a\Labs-Windows\Labs-Windows\tooling\CommunityToolkit.Tooling.TestGen\CommunityToolkit.Tooling.TestGen.csproj] ```
1 parent 29b741b commit db21daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
3-
"version": "9.0.101",
4-
"rollForward": "latestFeature"
3+
"version": "9.0.308",
4+
"rollForward": "disable"
55
},
66
"msbuild-sdks":
77
{

0 commit comments

Comments
 (0)