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:
40
40
41
41
# Store Artifacts
42
42
- 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
44
44
- 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
46
46
47
47
# Deploy
48
48
- deploy :
49
49
name : MyGet
50
50
command : |
51
51
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
54
54
fi
55
55
56
56
workflows :
Original file line number Diff line number Diff line change 17
17
<RepositoryType >git</RepositoryType >
18
18
<RepositoryUrl >https://github.com/graphql-dotnet/graphql-client.git</RepositoryUrl >
19
19
<TreatWarningsAsErrors >True</TreatWarningsAsErrors >
20
- <Version >1.0.2 </Version >
20
+ <Version >1.0.3 </Version >
21
21
<WarningLevel >4</WarningLevel >
22
22
</PropertyGroup >
23
23
You can’t perform that action at this time.
0 commit comments