Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr authored Nov 5, 2023
1 parent 9e5122a commit 3eed85e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ jobs:
git-nuget-endpoint: ${{ vars.GIT_NUGET_ENDPOINT }}
private-nuget-endpoint: ${{ vars.PROGET_ENDPOINT_URL }}
private-nuget-api-key: ${{ secrets.PROGET_API_KEY }}
- name: Restore dependencies
run: dotnet restore Repo/src/DgmjrSdk.nuproj
- name: Build
run: dotnet msbuild Repo/src/DgmjrSdk.nuproj --property:Configuration=Release --verbosity:diag
- name: Pack
run: dotnet pack Repo/src/DgmjrSdk.nuproj -c:Release
- name: Upload the NuGet Package
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 3eed85e

Please sign in to comment.