Skip to content

Commit 2296a34

Browse files
committed
let solution restore nugets
1 parent ddc161c commit 2296a34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/smoketest-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
with:
2424
dotnet-version: '8.0.x'
2525

26-
- name: Install dependencies
27-
run: dotnet tool install --global nbgv
26+
# - name: Install dependencies
27+
# run: dotnet tool install --global nbgv
2828

29-
- name: Restore NuGet packages
30-
run: dotnet restore
29+
# - name: Restore NuGet packages
30+
# run: dotnet restore
3131

3232
- name: Build solution
3333
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)