Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjebrahimi committed Jan 17, 2024
1 parent b50009e commit b50d5b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,11 @@ jobs:
- name: Build (Release)
run: dotnet build --configuration Release --no-restore

- name: Test
run: dotnet test --no-build --verbosity normal

- name: Test (Release)
run: dotnet test --configuration Release --no-build --no-restore

- name: Pack (Release)
run: dotnet pack --configuration Release --output .\nuget --no-build --no-restore
run: dotnet pack --configuration Release --output ./nuget --no-build --no-restore

- name: Publish
if: github.event_name == 'workflow_dispatch' # manually run
Expand Down

0 comments on commit b50d5b3

Please sign in to comment.