Skip to content

Commit 8be0da6

Browse files
committed
f
1 parent 8d5e4c9 commit 8be0da6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/packages.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v1
2626

27-
- name: Setup .NET
28-
uses: actions/setup-dotnet@v1
29-
with:
30-
dotnet-version: 6.0.x
27+
# - name: Setup .NET
28+
# uses: actions/setup-dotnet@v1
29+
# with:
30+
# dotnet-version: 6.0.x
3131

3232
- name: Setup MSBuild.exe
3333
uses: microsoft/setup-msbuild@master
@@ -59,6 +59,8 @@ jobs:
5959
ARTIFACT_FOLDER: "${{ github.workspace }}/nuget"
6060
VERSION: "${{ needs.prepare.output.VERSION }}"
6161
steps:
62+
- name: Checkout
63+
uses: actions/checkout@v1
6264
- name: Setup GitVersion
6365
run: |
6466
dotnet tool install gitversion.tool -g

0 commit comments

Comments
 (0)