-
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.
Browse files
Browse the repository at this point in the history
(#148) Update Cake.Core to 4.0.0
- Loading branch information
Showing
10 changed files
with
31 additions
and
45 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 | ||
- 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 |
---|---|---|
|
@@ -26,20 +26,13 @@ jobs: | |
|
||
- 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