Skip to content

Commit 03644f3

Browse files
committed
ci fix
1 parent 54bfaa5 commit 03644f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: dotnet restore
2929
- name: Build
30-
run: dotnet build --configuration Release
30+
run: dotnet build --configuration Release --no-restore
3131
- name: Test
3232
run: dotnet test --no-restore --verbosity normal
3333
- name: Upload a Build Artifact

0 commit comments

Comments
 (0)