File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 4343 docker :
4444 - image : microsoft/dotnet:2.2-sdk
4545 steps :
46+ - attach_workspace :
47+ at : /home/circleci/project
4648 - *generate_nuget_shasum
4749 - *restore_nuget
4850 - run :
6567 - image : xcomponent/mono-dotnet-node-xvfb:1.2.0
6668 << : *docker_auth
6769 steps :
70+ - attach_workspace :
71+ at : /home/circleci/project
6872 - *generate_nuget_shasum
6973 - *restore_nuget
7074 - attach_workspace :
8690 - image : circleci/node:10.12
8791 << : *docker_auth
8892 steps :
93+ - attach_workspace :
94+ at : /home/circleci/project
8995 - setup_remote_docker
9096 - attach_workspace :
9197 at : /home/circleci/project
@@ -100,6 +106,8 @@ jobs:
100106 - image : microsoft/dotnet:2.2-sdk
101107 << : *docker_auth
102108 steps :
109+ - attach_workspace :
110+ at : /home/circleci/project
103111 - *generate_nuget_shasum
104112 - *restore_nuget
105113 - attach_workspace :
You can’t perform that action at this time.
0 commit comments