Skip to content

Commit

Permalink
Update Deploy to NuGet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arttonoyan authored Jan 5, 2021
1 parent 2311014 commit 235e659
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Deploy to NuGet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
- name: Build
run: dotnet build ${{ env.PROJECT_PATH }} --no-restore --configuration Release

- name: Pack
- name: Pack Artnix.Scheduler
run: dotnet pack 'Artnix.Scheduler/Artnix.Scheduler/Artnix.Scheduler.csproj' --no-restore --no-build --configuration Release --include-symbols --output ${{ env.PROJECT_OUTPUT_DIR }}

- name: Pack Artnix.SchedulerFramework.DependencyInjection
run: dotnet pack 'Artnix.Scheduler/Artnix.Scheduler/Artnix.SchedulerFramework.DependencyInjection.csproj' --no-restore --no-build --configuration Release --include-symbols --output ${{ env.PROJECT_OUTPUT_DIR }}

- name: Push
run: dotnet nuget push ${{ env.PROJECT_OUTPUT_DIR }}\*.nupkg -k ${{ secrets.NUGET_AUTH_TOKEN }} -s ${{ env.NUGET_SOURCE_URI }}

0 comments on commit 235e659

Please sign in to comment.