Skip to content

Commit fb96cdc

Browse files
1 parent 36abb39 commit fb96cdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ilspy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -71,7 +71,7 @@ jobs:
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'

0 commit comments

Comments
 (0)