We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd22d7 commit ef29914Copy full SHA for ef29914
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
os: [ windows-2022 ]
21
22
env:
23
- GITTOOLS_GITHUB_TOKEN: ${{ secrets.GITOOLS_GITHUB_TOKEN }}
+ GITTOOLS_GITHUB_TOKEN: ${{ secrets.GITTOOLS_GITHUB_TOKEN }}
24
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
25
NUGET_SOURCE: https://api.nuget.org/v3/index.json
26
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
@@ -43,7 +43,7 @@ jobs:
43
- name: Fetch all tags and branches
44
run: git fetch --prune --unshallow
45
46
- - name: Install .NET SDK 2.1.x and 5.0.x
+ - name: Install .NET SDK 2.1.x, 3.1.x, 5.0.x, and 6.0.x
47
uses: actions/setup-dotnet@v3
48
with:
49
dotnet-version: |
0 commit comments