Skip to content

Commit b18cb0e

Browse files
committed
specify source flag for push
1 parent ab2f804 commit b18cb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- run: |
88
pushd dotnet
99
docker build --build-arg VERSION="1.0.0-dev.$CIRCLE_BUILD_NUM.$(echo $CIRCLE_SHA1 | cut -c -7)" -t streamsdb/dotnet-driver .
10-
docker run --rm --name push-packages streamsdb/dotnet-driver --api-key $NUGET_TOKEN
10+
docker run --rm --name push-packages streamsdb/dotnet-driver --source https://api.nuget.org/v3/index.json --api-key $NUGET_TOKEN
1111
popd
1212
workflows:
1313
version: 2

0 commit comments

Comments
 (0)