Skip to content

Commit

Permalink
actions++
Browse files Browse the repository at this point in the history
  • Loading branch information
vpenades committed May 11, 2024
1 parent 23422af commit 9f23d14
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/BuildPackages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,13 @@ jobs:
run: dotnet tool restore

- name: Install dependencies
run: dotnet restore
run: dotnet restore

- name: Build
run: dotnet build -c Release --version-suffix ${{ env.SEMVERSUFFIX }} --verbosity diagnostic

- name: Pack
run: dotnet pack -c Release --output "." --version-suffix ${{ env.SEMVERSUFFIX }}
run: dotnet pack -c Release --no-build --output "."

# --------------------------------------------- publish

Expand Down

0 comments on commit 9f23d14

Please sign in to comment.