mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-08 21:07:46 +00:00
update cicd .net versions
This commit is contained in:
parent
424e8109dc
commit
290a0d1eb0
9
.github/workflows/cicd.yaml
vendored
9
.github/workflows/cicd.yaml
vendored
@ -12,16 +12,13 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: "3.1.x"
|
||||
dotnet-version: "5.x"
|
||||
- uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: "5.0.x"
|
||||
dotnet-version: "6.x"
|
||||
- uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: "6.0.x"
|
||||
- uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: "7.0.x"
|
||||
dotnet-version: "7.x"
|
||||
- name: Set RELEASE_VERSION
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
- name: Restore Packages
|
||||
|
Loading…
Reference in New Issue
Block a user