Skip to content

Commit

Permalink
Updated task names
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpatton1971 committed Oct 17, 2024
1 parent 75e74f8 commit 8f55fc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ jobs:
run: dotnet build ${{ github.workspace }}/${{ vars.PROJECT_NAME }}/${{ vars.PROJECT_NAME }}.sln --configuration Release --no-restore
- name: Package
run: dotnet pack ${{ github.workspace }}/${{ vars.PROJECT_NAME }}/${{ vars.PROJECT_NAME }}.sln --configuration Release --output nupkgs

- name: Setup NuGet CLI
run: |
curl -L https://dist.nuget.org/win-x86-commandline/latest/nuget.exe --output nuget.exe
- name: Validate NuGet Package
- name: Create Nuget Config
run: |
./nuget.exe config
./nuget.exe setapikey "${{ secrets.NUGET_API_KEY }}" -verbosity quiet
Expand Down

0 comments on commit 8f55fc2

Please sign in to comment.