-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Cake.Args to target Cake v3.0.0 (#46)
- Loading branch information
1 parent
c282365
commit 9e1812c
Showing
6 changed files
with
24 additions
and
33 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 |
---|---|---|
|
@@ -26,34 +26,24 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
job: | ||
- os: ubuntu-18.04 | ||
build: ./build.sh | ||
- os: ubuntu-20.04 | ||
- os: ubuntu-22.04 | ||
build: ./build.sh | ||
push: true | ||
- os: windows-2019 | ||
build: ./build.cmd | ||
- os: windows-2022 | ||
build: ./build.cmd | ||
- os: macos-10.15 | ||
build: ./build.sh | ||
- os: macos-11 | ||
- os: macos-12 | ||
build: ./build.sh | ||
name: ${{ matrix.job.os }} | ||
runs-on: ${{ matrix.job.os }} | ||
steps: | ||
- name: Setup netcoreapp3.1 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: "3.1.413" | ||
- name: Setup net5.0 | ||
- name: Setup net6.0 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: "5.0.401" | ||
- name: Setup net6.0 | ||
dotnet-version: "6.0.403" | ||
- name: Setup net7.0 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: "6.0.100" | ||
dotnet-version: "7.0.100" | ||
- name: Run dotnet --info | ||
run: dotnet --info | ||
- uses: actions/[email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"sdk": { | ||
"allowPrerelease": false, | ||
"version": "6.0.100", | ||
"version": "7.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