Skip to content

Commit

Permalink
Handle versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Jun 14, 2024
1 parent 2296a34 commit e6a477b
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: Restore NuGet packages
run: dotnet restore

# - name: Restore NuGet packages
# run: dotnet restore
- name: Handle versioning
run: nbgv cloud -a -c

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

0 comments on commit e6a477b

Please sign in to comment.