-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from nils-a/release/6.0.0
Release/6.0.0
- Loading branch information
Showing
10 changed files
with
45 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,28 +43,22 @@ jobs: | |
WYAM_DEPLOY_REMOTE: ${{ github.event.repository.html_url }} | ||
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3 | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Fetch all tags and branches | ||
run: git fetch --prune --unshallow | ||
|
||
# codecov and unittests need 2.1, gitversion needs 5.0 | ||
- uses: actions/[email protected] | ||
with: | ||
# codecov and unittests need 2.1 | ||
dotnet-version: '2.1.818' | ||
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: '3.1.414' | ||
- uses: actions/[email protected] | ||
with: | ||
# gitversion needs 5.0 | ||
dotnet-version: '5.0.402' | ||
- uses: actions/[email protected] | ||
with: | ||
# need at least .NET 6 to build | ||
dotnet-version: '6.0.400' | ||
include-prerelease: true | ||
dotnet-version: | | ||
2.1 | ||
3.1 | ||
5.0 | ||
6.0 | ||
7.0 | ||
8.0 | ||
- name: Cache Tools | ||
uses: actions/cache@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,26 +20,19 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
# codecov and unittests need 2.1 | ||
dotnet-version: '2.1.818' | ||
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: '3.1.414' | ||
- uses: actions/[email protected] | ||
with: | ||
# gitversion needs 5.0 | ||
dotnet-version: '5.0.402' | ||
- uses: actions/[email protected] | ||
with: | ||
# need at least .NET 6 to build | ||
dotnet-version: '6.0.400' | ||
include-prerelease: true | ||
dotnet-version: | | ||
2.1 | ||
3.1 | ||
5.0 | ||
6.0 | ||
7.0 | ||
8.0 | ||
- name: Cache Tools | ||
uses: actions/cache@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"allowPrerelease": true, | ||
"version": "6.0.400", | ||
"version": "8.0.100", | ||
"rollForward": "latestFeature" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters