Skip to content

Commit

Permalink
fix: or-2071 remove paket install from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage authored and janlesage committed Nov 13, 2024
1 parent 63845fd commit bcf9768
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ jobs:
run: |
dotnet tool restore
- name: Paket install
shell: bash
run: dotnet paket install

- name: Paket restore
shell: bash
run: dotnet paket restore
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ jobs:
run: |
./.sonar/scanner/dotnet-sonarscanner begin /k:"Informatievlaanderen_association-registry" /o:"informatievlaanderen" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.dotcover.reportsPaths=dotCover.Output.html
- name: Paket install
shell: bash
run: dotnet paket install

- name: Paket restore
shell: bash
run: dotnet paket restore
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pre-merge-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ jobs:
run: |
./.sonar/scanner/dotnet-sonarscanner begin /k:"Informatievlaanderen_association-registry" /o:"informatievlaanderen" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.dotcover.reportsPaths=dotCover.Output.html
- name: Paket install
shell: bash
run: dotnet paket install

- name: Paket restore
shell: bash
run: dotnet paket restore
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ jobs:
run: |
dotnet tool restore
- name: Paket install
shell: bash
run: dotnet paket install

- name: Paket restore
shell: bash
run: dotnet paket restore
Expand Down

0 comments on commit bcf9768

Please sign in to comment.