Skip to content

Commit 399517c

Browse files
committed
feat: Update CI
1 parent e98ccbd commit 399517c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ jobs:
278278
- id: build
279279
name: Build Package
280280
uses: netcorext/dotnet-build-package-action@dev
281+
with:
282+
app: ${{ needs.Detect.outputs.app-abstractions }}
281283
Deploy-Abstractions:
282284
name: "Deploy Netcorext.Auth.Abstractions"
283285
needs: Build-Abstractions
@@ -301,6 +303,8 @@ jobs:
301303
- id: build
302304
name: Build Package
303305
uses: netcorext/dotnet-build-package-action@dev
306+
with:
307+
app: ${{ needs.Detect.outputs.app-extensions }}
304308
Deploy-Extensions:
305309
name: "Deploy Netcorext.Auth.Extensions.AspNetCore"
306310
needs: Build-Extensions
@@ -324,6 +328,8 @@ jobs:
324328
- id: build
325329
name: Build Package
326330
uses: netcorext/dotnet-build-package-action@dev
331+
with:
332+
app: ${{ needs.Detect.outputs.app-protos }}
327333
Deploy-Protos:
328334
name: "Deploy Netcorext.Auth.Protobufs"
329335
needs: Build-Protos

0 commit comments

Comments
 (0)