fix circleCI

master
Evan Hemsley 2019-12-28 21:21:59 -08:00
parent df4cc2415f
commit 61356d56df
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
- run: dotnet test -c Release
- persist_to_workspace:
root: .
paths: ./MoonTools.FastCollections/bin
paths: ./src/bin
deploy:
<<: *defaults
@ -26,7 +26,7 @@ jobs:
- checkout
- attach_workspace:
at: .
- run: dotnet nuget push ./MoonTools.FastCollections/bin/Release/MoonTools.FastCollections.*.nupkg -k $API_KEY -s https://api.nuget.org/v3/index.json
- run: dotnet nuget push ./srcs/bin/Release/MoonTools.FastCollections.*.nupkg -k $API_KEY -s https://api.nuget.org/v3/index.json
workflows:
version: 2