File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828
2929 - uses : actions/setup-dotnet@v4
3030 with :
31- dotnet-version : ' 8 .0.x'
31+ dotnet-version : ' 9 .0.x'
3232 dotnet-quality : ' ga'
3333
3434 - name : Add msbuild to PATH
3535 uses : microsoft/setup-msbuild@v2
3636
3737 - name : Install dotnet-format
38- run : dotnet tool install -g dotnet-format --version "8.0.453106" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json
38+ run : dotnet tool install -g dotnet-format --allow-roll-forward -- version "8.0.453106" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json
3939
4040 - name : Get Version
4141 id : version
7171 paths : " test-results/${{ matrix.configuration }}.xml"
7272
7373 - name : Format check
74- run : dotnet-format whitespace --verify-no-changes --verbosity detailed ILSpy.sln
74+ run : dotnet-format whitespace --allow-roll-forward -- verify-no-changes --verbosity detailed ILSpy.sln
7575
7676 - name : Verify package contents
7777 if : matrix.configuration == 'debug'
You can’t perform that action at this time.
0 commit comments