File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040
4141 # Store Artifacts
4242 - store_artifacts :
43- path : ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0 .nupkg
43+ path : ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.1 .nupkg
4444 - store_artifacts :
4545 path : ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.1.nupkg
4646
4949 name : MyGet
5050 command : |
5151 if [ "${CIRCLE_BRANCH}" == "master" ]; then
52- dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0 .nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
52+ dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.1 .nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
5353 dotnet nuget push ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.1.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
5454 fi
5555
You can’t perform that action at this time.
0 commit comments