Skip to content

Commit

Permalink
let solution restore nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Jun 14, 2024
1 parent ddc161c commit 2296a34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/smoketest-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Install dependencies
run: dotnet tool install --global nbgv
# - name: Install dependencies
# run: dotnet tool install --global nbgv

- name: Restore NuGet packages
run: dotnet restore
# - name: Restore NuGet packages
# run: dotnet restore

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

0 comments on commit 2296a34

Please sign in to comment.