File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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