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 8d5e4c9 commit 8be0da6Copy full SHA for 8be0da6
.github/workflows/packages.yml
@@ -24,10 +24,10 @@ jobs:
24
- name: Checkout
25
uses: actions/checkout@v1
26
27
- - name: Setup .NET
28
- uses: actions/setup-dotnet@v1
29
- with:
30
- dotnet-version: 6.0.x
+ # - name: Setup .NET
+ # uses: actions/setup-dotnet@v1
+ # with:
+ # dotnet-version: 6.0.x
31
32
- name: Setup MSBuild.exe
33
uses: microsoft/setup-msbuild@master
@@ -59,6 +59,8 @@ jobs:
59
ARTIFACT_FOLDER: "${{ github.workspace }}/nuget"
60
VERSION: "${{ needs.prepare.output.VERSION }}"
61
steps:
62
+ - name: Checkout
63
+ uses: actions/checkout@v1
64
- name: Setup GitVersion
65
run: |
66
dotnet tool install gitversion.tool -g
0 commit comments