diff --git a/.circleci/config.yml b/.circleci/config.yml index 08ba272..cdcd508 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,14 +17,14 @@ jobs: - run: dotnet build -c Release - run: dotnet test -c Release - persist_to_workspace: - root: . + root: . deploy: <<: *defaults steps: - checkout - attach_workspace: - at: . + at: . - run: dotnet nuget push ./encompass-cs/bin/Release/EncompassECS.Framework.*.nupkg -k $API_KEY -s $NUGET_SOURCE workflows: