We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71202c commit 36fcfe2Copy full SHA for 36fcfe2
1 file changed
.github/workflows/dotnet-core.yml
@@ -17,10 +17,10 @@ jobs:
17
uses: actions/setup-dotnet@v1
18
with:
19
dotnet-version: 3.1.301
20
- - name: Install dependencies
21
- run: dotnet restore
22
- name: Install tools
23
run: dotnet tool restore
+ - name: Install dependencies
+ run: dotnet restore
24
- name: Build
25
run: dotnet build --configuration Release --no-restore
26
- name: Test
0 commit comments