Skip to content

Commit

Permalink
attempting to build first
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnie-fialok committed Jul 3, 2024
1 parent fa33bfe commit 467a347
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
6.0.x
3.1.x
- name: Install dependencies
run: dotnet restore

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

- name: Create NuGet Packages
run: dotnet pack --configuration Release /p:CommitID=${{ github.sha }} /p:TagVersion=${{ steps.tag_name.outputs.result }}

Expand Down

0 comments on commit 467a347

Please sign in to comment.