We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074f700 commit 25e739cCopy full SHA for 25e739c
1 file changed
.github/workflows/pipelines.yml
@@ -111,6 +111,7 @@ jobs:
111
projects: ${{ matrix.project }}
112
configuration: ${{ matrix.configuration }}
113
build-switches: -p:SkipSignAssembly=true
114
+ restore: true
115
build: true
116
env:
117
AWS__CALLERIDENTITY: ${{ secrets.AWS_CALLER_IDENTITY }}
@@ -151,6 +152,7 @@ jobs:
151
152
with:
153
projects: test/**/Savvyio.Extensions.RabbitMQ.FunctionalTests.csproj
154
155
156
157
158
- name: Stop RabbitMQ
@@ -182,6 +184,7 @@ jobs:
182
184
183
185
projects: test/**/Savvyio.Extensions.NATS.FunctionalTests.csproj
186
187
188
189
190
- name: Stop NATS
0 commit comments