File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ jobs:
4040
4141 # Store Artifacts
4242 - store_artifacts :
43- path : ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.2 .nupkg
43+ path : ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.3 .nupkg
4444 - store_artifacts :
45- path : ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.2 .nupkg
45+ path : ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.3 .nupkg
4646
4747 # Deploy
4848 - deploy :
4949 name : MyGet
5050 command : |
5151 if [ "${CIRCLE_BRANCH}" == "master" ]; then
52- dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.2 .nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
53- dotnet nuget push ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.2 .nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
52+ dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.3 .nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
53+ dotnet nuget push ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.3 .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 1717 <RepositoryType >git</RepositoryType >
1818 <RepositoryUrl >https://github.com/graphql-dotnet/graphql-client.git</RepositoryUrl >
1919 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
20- <Version >1.0.2 </Version >
20+ <Version >1.0.3 </Version >
2121 <WarningLevel >4</WarningLevel >
2222 </PropertyGroup >
2323
You can’t perform that action at this time.
0 commit comments