Skip to content

Commit b444bb8

Browse files
authored
Pack nuget in Release (#8)
1 parent 18b98d0 commit b444bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- run:
136136
name: Build NuGet package
137137
command: |
138-
dotnet pack --output /net_connector -p:PackageVersion=<< pipeline.parameters.connector-version >>
138+
dotnet pack -c Release --output /net_connector -p:PackageVersion=<< pipeline.parameters.connector-version >>
139139
- store_artifacts:
140140
path: /net_connector
141141

0 commit comments

Comments
 (0)