File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
4242 - store_artifacts :
4343 path : ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0.nupkg
4444 - store_artifacts :
45- path : ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.0 .nupkg
45+ path : ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.1 .nupkg
4646
4747 # Deploy
4848 - deploy :
4949 name : MyGet
5050 command : |
5151 if [ "${CIRCLE_BRANCH}" == "master" ]; then
5252 dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
53- dotnet nuget push ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.0 .nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
53+ 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
5656workflows :
Original file line number Diff line number Diff line change 55
66 <PropertyGroup >
77 <Description >A GraphQL Client</Description >
8- <Version >1.0.0 </Version >
8+ <Version >1.0.1 </Version >
99 </PropertyGroup >
1010
1111 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments