Skip to content

Commit

Permalink
Reduce build times by removing Setup .Net task
Browse files Browse the repository at this point in the history
  • Loading branch information
sandermvanvliet committed Sep 30, 2022
1 parent 8d23e8b commit c03420c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v2
# - name: Setup .NET
# uses: actions/setup-dotnet@v1
# with:
# dotnet-version: |
# 6.0.x
# 3.1.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
Write-Host "::set-output name=shortversion::$version"
shell: pwsh
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
3.1.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
Write-Host "::set-output name=shortversion::$version"
shell: pwsh
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
3.1.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit c03420c

Please sign in to comment.