Skip to content

Commit 36fcfe2

Browse files
authored
Update dotnet-core.yml
1 parent c71202c commit 36fcfe2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: actions/setup-dotnet@v1
1818
with:
1919
dotnet-version: 3.1.301
20-
- name: Install dependencies
21-
run: dotnet restore
2220
- name: Install tools
2321
run: dotnet tool restore
22+
- name: Install dependencies
23+
run: dotnet restore
2424
- name: Build
2525
run: dotnet build --configuration Release --no-restore
2626
- name: Test

0 commit comments

Comments
 (0)