We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da21407 commit 0a34f4fCopy full SHA for 0a34f4f
.github/workflows/build-and-test.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
dotnet-version: 8.0.x
24
- name: Restore dependencies
25
- run: dotnet restore --locked-mode
+ run: dotnet restore
26
- name: Build
27
run: dotnet build --no-restore
28
- name: Test
0 commit comments