Skip to content

Commit

Permalink
v1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero committed Mar 21, 2018
1 parent ee7aaff commit 092d699
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@ jobs:

# Store Artifacts
- store_artifacts:
path: ./src/GraphQL.Server.AspNetCore/bin/Release/GraphQL.Server.AspNetCore.1.0.0-beta1.nupkg
path: ./src/GraphQL.Server.AspNetCore/bin/Release/GraphQL.Server.AspNetCore.1.0.0-beta2.nupkg
- store_artifacts:
path: ./src/GraphQL.Server.AspNetCore.GraphiQL/bin/Release/GraphQL.Server.AspNetCore.GraphiQL.1.0.0-beta1.nupkg
path: ./src/GraphQL.Server.AspNetCore.GraphiQL/bin/Release/GraphQL.Server.AspNetCore.GraphiQL.1.0.0-beta2.nupkg
- store_artifacts:
path: ./src/GraphQL.Server.AspNetCore.Playground/bin/Release/GraphQL.Server.AspNetCore.Playground.1.0.0-beta1.nupkg
path: ./src/GraphQL.Server.AspNetCore.Playground/bin/Release/GraphQL.Server.AspNetCore.Playground.1.0.0-beta2.nupkg
- store_artifacts:
path: ./src/GraphQL.Server.AspNetCore.All/bin/Release/GraphQL.Server.AspNetCore.All.1.0.0-beta1.nupkg
path: ./src/GraphQL.Server.AspNetCore.All/bin/Release/GraphQL.Server.AspNetCore.All.1.0.0-beta2.nupkg

# Deploy
- deploy:
name: MyGet
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
#dotnet nuget push ./src/GraphQL.Server.AspNetCore/bin/Release/GraphQL.Server.AspNetCore.1.0.0-beta1.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
#dotnet nuget push ./src/GraphQL.Server.AspNetCore.GraphiQL/bin/Release/GraphQL.Server.AspNetCore.GraphiQL.1.0.0-beta1.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
#dotnet nuget push ./src/GraphQL.Server.AspNetCore.Playground/bin/Release/GraphQL.Server.AspNetCore.Playground.1.0.0-beta1.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
#dotnet nuget push ./src/GraphQL.Server.AspNetCore.All/bin/Release/GraphQL.Server.AspNetCore.All.1.0.0-beta1.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
#dotnet nuget push ./src/GraphQL.Server.AspNetCore/bin/Release/GraphQL.Server.AspNetCore.1.0.0-beta2.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
#dotnet nuget push ./src/GraphQL.Server.AspNetCore.GraphiQL/bin/Release/GraphQL.Server.AspNetCore.GraphiQL.1.0.0-beta2.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
#dotnet nuget push ./src/GraphQL.Server.AspNetCore.Playground/bin/Release/GraphQL.Server.AspNetCore.Playground.1.0.0-beta2.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
#dotnet nuget push ./src/GraphQL.Server.AspNetCore.All/bin/Release/GraphQL.Server.AspNetCore.All.1.0.0-beta2.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
fi
workflows:
Expand Down

0 comments on commit 092d699

Please sign in to comment.