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 @@ -38,15 +38,15 @@ jobs:
3838 - run : dotnet build --configuration Release
3939 - run : dotnet pack --configuration Release
4040 - store_artifacts :
41- path : ./src/GraphQL.Common/bin/Release/GraphQL.Common.2.0.0-alpha.1 .nupkg
41+ path : ./src/GraphQL.Common/bin/Release/GraphQL.Common.2.0.0-alpha.2 .nupkg
4242 - store_artifacts :
43- path : ./src/GraphQL.Client/bin/Release/GraphQL.Client.2.0.0-alpha.1 .nupkg
43+ path : ./src/GraphQL.Client/bin/Release/GraphQL.Client.2.0.0-alpha.2 .nupkg
4444 - deploy :
4545 name : MyGet
4646 command : |
4747 if [ "${CIRCLE_BRANCH}" == "master" ]; then
48- dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.2.0.0-alpha.1 .nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
49- dotnet nuget push ./src/GraphQL.Client/bin/Release/GraphQL.Client.2.0.0-alpha.1 .nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
48+ dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.2.0.0-alpha.2 .nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
49+ dotnet nuget push ./src/GraphQL.Client/bin/Release/GraphQL.Client.2.0.0-alpha.2 .nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
5050 fi
5151workflows :
5252 version : 2
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 >2.0.0-alpha.1 </Version >
20+ <Version >2.0.0-alpha.2 </Version >
2121 <WarningLevel >4</WarningLevel >
2222 </PropertyGroup >
2323
You can’t perform that action at this time.
0 commit comments