Skip to content

Commit

Permalink
Pack nuget in Release (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
gboucher90 authored Nov 28, 2024
1 parent 18b98d0 commit b444bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- run:
name: Build NuGet package
command: |
dotnet pack --output /net_connector -p:PackageVersion=<< pipeline.parameters.connector-version >>
dotnet pack -c Release --output /net_connector -p:PackageVersion=<< pipeline.parameters.connector-version >>
- store_artifacts:
path: /net_connector

Expand Down

0 comments on commit b444bb8

Please sign in to comment.