Skip to content

Commit

Permalink
Apply --allow-roll-forward to install/run, see https://learn.microsof…
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Nov 17, 2024
1 parent 36abb39 commit 6cef163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ilspy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: microsoft/setup-msbuild@v2

- name: Install dotnet-format
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
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

- name: Get Version
id: version
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
paths: "test-results/${{ matrix.configuration }}.xml"

- name: Format check
run: dotnet-format whitespace --verify-no-changes --verbosity detailed ILSpy.sln
run: dotnet-format whitespace --allow-roll-forward --verify-no-changes --verbosity detailed ILSpy.sln

- name: Verify package contents
if: matrix.configuration == 'debug'
Expand Down

0 comments on commit 6cef163

Please sign in to comment.