Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed May 14, 2019
1 parent 9057c54 commit b5f374a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: dotnet test ./tests/MagicOnion.NetCoreTests/ -c Release
- run: dotnet test ./tests/MagicOnion.Hosting.Tests/ -c Release
# pack nuget
- run: dotnet pack ./src/MagicOnion/MagicOnion.csproj -c Release -f netstandard2.0 --no-build -p:Version=${CIRCLE_TAG}
- run: dotnet pack ./src/MagicOnion/MagicOnion.csproj -c Release --no-build -p:Version=${CIRCLE_TAG}
- run: dotnet pack ./src/MagicOnion.Hosting/MagicOnion.Hosting.csproj -c Release --no-build -p:Version=${CIRCLE_TAG}
- run: dotnet pack ./src/MagicOnion.HttpGateway/MagicOnion.HttpGateway.csproj -c Release --no-build -p:Version=${CIRCLE_TAG}
- run: dotnet pack ./src/MagicOnion.Redis/MagicOnion.Redis.csproj -c Release --no-build -p:Version=${CIRCLE_TAG}
Expand Down

0 comments on commit b5f374a

Please sign in to comment.