Skip to content

Commit 6cef163

Browse files
1 parent 36abb39 commit 6cef163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ilspy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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)