We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5632c1e commit cb5e4a8Copy full SHA for cb5e4a8
.circleci/config.yml
@@ -90,7 +90,7 @@ jobs:
90
name: Deploying To Preview Repository
91
command: |
92
dotnet pack Client --version-suffix=dev.$CIRCLE_BUILD_NUM
93
- dotnet nuget push ./Client/bin/Debug/InfluxDB3.Client.*-dev.$CIRCLE_BUILD_NUM.nupkg -k ${NUGET_KEY} -s https://api.nuget.org/v3/index.json
+ dotnet nuget push ./Client/bin/Release/InfluxDB3.Client.*-dev.$CIRCLE_BUILD_NUM.nupkg -k ${NUGET_KEY} -s https://api.nuget.org/v3/index.json
94
95
workflows:
96
version: 2
@@ -106,4 +106,4 @@ workflows:
106
- tests-integration
107
filters:
108
branches:
109
- only: main
+ only: main
0 commit comments