Skip to content

Commit

Permalink
fixes in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Petrovskiy committed Nov 17, 2023
1 parent c71a7fd commit e5398b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@ jobs:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Install dotnet-format
run: |
dotnet tool uninstall dotnet-format
dotnet tool install dotnet-format --version "7.*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json
# - name: Install dotnet-format
# run: |
# dotnet tool uninstall dotnet-format
# dotnet tool install dotnet-format --version "7.*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json
# - name: Restore dotnet tools
# run: dotnet tool restore
- name: Check formatting
Expand Down

0 comments on commit e5398b5

Please sign in to comment.