We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3245a6e commit 8ace566Copy full SHA for 8ace566
.circleci/config.yml
@@ -6,7 +6,7 @@ jobs:
6
- checkout
7
- run: |
8
pushd dotnet
9
- docker build --build-arg VERSION="0.9.4-dev.$CIRCLE_BUILD_NUM" -t streamsdb/dotnet-driver .
+ docker build --build-arg VERSION="0.9.5-dev.$CIRCLE_BUILD_NUM" -t streamsdb/dotnet-driver .
10
docker run --rm --name push-packages streamsdb/dotnet-driver --source https://api.nuget.org/v3/index.json --api-key $NUGET_TOKEN
11
popd
12
workflows:
0 commit comments