-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 #21 from xt0rted/setup-dotnet
Switch to xt0rted/setup-dotnet
- Loading branch information
Showing
4 changed files
with
8 additions
and
24 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
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 |
---|---|---|
|
@@ -36,17 +36,11 @@ jobs: | |
- name: Check out repository | ||
uses: actions/[email protected] | ||
|
||
# This action doesn't support comments in the global.json so for now we have to specify all sdk versions | ||
- name: Set up .NET | ||
uses: actions/setup-dotnet@v2.0.0 | ||
uses: xt0rted/setup-dotnet@v1.0.0 | ||
with: | ||
source-url: https://nuget.pkg.github.com/xt0rted/index.json | ||
dotnet-version: | | ||
3.1.x | ||
5.0.x | ||
6.0.x | ||
env: | ||
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
nuget_auth_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v1 | ||
|
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 |
---|---|---|
|
@@ -25,17 +25,11 @@ jobs: | |
- name: Check out repository | ||
uses: actions/[email protected] | ||
|
||
# This action doesn't support comments in the global.json so for now we have to specify all sdk versions | ||
- name: Set up .NET | ||
uses: actions/setup-dotnet@v2.0.0 | ||
uses: xt0rted/setup-dotnet@v1.0.0 | ||
with: | ||
source-url: https://nuget.pkg.github.com/xt0rted/index.json | ||
dotnet-version: | | ||
3.1.x | ||
5.0.x | ||
6.0.x | ||
env: | ||
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
nuget_auth_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Get changelog entry | ||
uses: mindsers/[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