Skip to content

Commit

Permalink
Issue#1: Updated GitHub Action to pack the nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit Vijay committed Apr 16, 2020
1 parent 011f053 commit 332597c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
run: dotnet test --no-restore --verbosity normal

- name: Nuget Pack
run: dotnet pack --configuration Release --no-restore
run: dotnet pack HttpMiddlewareExtensions/HttpMiddlewareExtensions.csproj --configuration Release --no-restore -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }}

0 comments on commit 332597c

Please sign in to comment.