Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bradanton authored Sep 4, 2024
1 parent c462d89 commit e189171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: dotnet restore sources/Framework/org.ohdsi.cdm.framework/org.ohdsi.cdm.framework.csproj
- name: Build
run: dotnet build -c Release sources/Framework/org.ohdsi.cdm.framework/org.ohdsi.cdm.framework.csproj
- name: Test
run: echo "VERSION=${{ github.event.release.tag_name }}"
- name: Create NuGet Package
run: |
TAG=${{ github.event.release.tag_name }}
Expand Down

0 comments on commit e189171

Please sign in to comment.