Skip to content

Commit

Permalink
Removed explicit .net version from ci/cd pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Henk Kin authored and Henk Kin committed Feb 6, 2024
1 parent 734d20b commit d34c5ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use .NET 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Build and Test
run: ./Build.ps1
shell: pwsh
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use .NET 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Build and Test
run: ./Build.ps1
shell: pwsh
Expand Down

0 comments on commit d34c5ee

Please sign in to comment.