Skip to content

Commit 3c5657e

Browse files
committed
Fix circle-ci file
1 parent 0b2d6f6 commit 3c5657e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
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:
@@ -65,6 +67,8 @@ jobs:
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:
@@ -86,6 +90,8 @@ jobs:
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:

0 commit comments

Comments
 (0)