Skip to content

Commit 25e739c

Browse files
committed
fix
1 parent 074f700 commit 25e739c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
projects: ${{ matrix.project }}
112112
configuration: ${{ matrix.configuration }}
113113
build-switches: -p:SkipSignAssembly=true
114+
restore: true
114115
build: true
115116
env:
116117
AWS__CALLERIDENTITY: ${{ secrets.AWS_CALLER_IDENTITY }}
@@ -151,6 +152,7 @@ jobs:
151152
with:
152153
projects: test/**/Savvyio.Extensions.RabbitMQ.FunctionalTests.csproj
153154
build-switches: -p:SkipSignAssembly=true
155+
restore: true
154156
build: true
155157

156158
- name: Stop RabbitMQ
@@ -182,6 +184,7 @@ jobs:
182184
with:
183185
projects: test/**/Savvyio.Extensions.NATS.FunctionalTests.csproj
184186
build-switches: -p:SkipSignAssembly=true
187+
restore: true
185188
build: true
186189

187190
- name: Stop NATS

0 commit comments

Comments
 (0)