Skip to content

Commit d2ccb8a

Browse files
committed
Install the .NET SDK *after* repository checkout
So that the global.json file is available!
1 parent 1b9e9f2 commit d2ccb8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
nupkg-filename: ${{ steps.dotnet-pack.outputs.nupkg-filename }}
2424
release-body: ${{ steps.tag-message.outputs.release-notes }}
2525
steps:
26-
- name: Install .NET SDK
27-
uses: actions/setup-dotnet@v1
2826
- name: Checkout git repository
2927
uses: actions/checkout@v2
3028
with:
3129
fetch-depth: 0
30+
- name: Install .NET SDK
31+
uses: actions/setup-dotnet@v1
3232
- name: Retrieve cached NuGet packages
3333
uses: actions/cache@v2
3434
with:

0 commit comments

Comments
 (0)