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 c48d9f3 commit 23422af
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/BuildPackages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,10 @@ jobs:
run: dotnet tool restore

- name: Install dependencies
run: dotnet restore

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

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

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

Expand Down

0 comments on commit 23422af

Please sign in to comment.