Skip to content

Commit

Permalink
Merge pull request #2 from ninjapiratica/readme
Browse files Browse the repository at this point in the history
Add build step to release preview workflow
  • Loading branch information
ninjapiratica authored Oct 23, 2024
2 parents e43ba30 + 48a6dff commit 76c62f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV

- name: Build
run: dotnet build --configuration Release /p:Version=${VERSION}

- name: Pack
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .

Expand Down

0 comments on commit 76c62f7

Please sign in to comment.