Skip to content

Commit

Permalink
v2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero committed Aug 27, 2018
1 parent 33316c5 commit 164b6a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:

# Store Artifacts
- store_artifacts:
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.2.0.0.nupkg
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.2.0.0-alpha.1.nupkg
- store_artifacts:
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.2.0.0.nupkg
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.2.0.0-alpha.1.nupkg

# Deploy
- deploy:
name: MyGet
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.2.0.0.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
dotnet nuget push ./src/GraphQL.Client/bin/Release/GraphQL.Client.2.0.0.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
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
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
fi
workflows:
Expand Down
2 changes: 1 addition & 1 deletion root.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/graphql-dotnet/graphql-client.git</RepositoryUrl>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<Version>2.0.0</Version>
<Version>2.0.0-alpha.1</Version>
<WarningLevel>4</WarningLevel>
</PropertyGroup>

Expand Down

0 comments on commit 164b6a0

Please sign in to comment.