Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKuschnik authored Feb 22, 2022
1 parent 31ce1cc commit 6632131
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 @@ -24,6 +24,8 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Sign
run: powershell whoami
- name: Pack with dotnet
if: github.event.action == 'published'
run: dotnet pack WmiLight\WmiLight.csproj --configuration Release --output nuget-packages --no-build
Expand Down

0 comments on commit 6632131

Please sign in to comment.