Skip to content

Commit

Permalink
NO ... do the build
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverRC committed Jun 28, 2024
1 parent 03e24b8 commit e7210f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Restore dependencies
run: dotnet restore
- name: Pack
run: dotnet pack -o dist --no-build --verbosity normal
run: dotnet pack -o dist --verbosity normal

0 comments on commit e7210f1

Please sign in to comment.