Skip to content

Commit

Permalink
Update ci.yml -- fix pack
Browse files Browse the repository at this point in the history
  • Loading branch information
gioce90 authored Dec 30, 2024
1 parent 63e71e6 commit 411d61b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ jobs:

# Build the solution
- name: Build solution
run: dotnet build NuJet
# --configuration Release
run: dotnet build NuJet --configuration Release

# Pack the NuGet package
- name: Pack the NuGet package
run: dotnet pack NuJet --output ./artifacts
# run: dotnet pack NuJet --configuration Release --output ./artifacts
run: dotnet pack NuJet --configuration Release --output ./artifacts

# Publish the NuGet package
- name: Publish to NuGet
Expand Down

0 comments on commit 411d61b

Please sign in to comment.