From c176b77404e223fb3eedf7b9ca803a221ebdbed0 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Tue, 10 Oct 2023 07:05:56 -0600 Subject: [PATCH] ci: deploy to CI feed --- .github/workflows/ci.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb19c81aae..c43d4c820a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,19 +134,12 @@ jobs: run: build\consolidate-artifacts.ps1 shell: powershell - - name: Upload Consolidated NuGets uses: actions/upload-artifact@v3 with: name: NuGet path: .\artifacts\nuget - - name: Upload Consolidated Binaries - uses: actions/upload-artifact@v3 - with: - name: Binaries - path: .\artifacts\binaries - deploy-internal: uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget.yml@master needs: generate-consolidated-artifacts @@ -157,6 +150,16 @@ jobs: feedUrl: ${{ secrets.IN_HOUSE_NUGET_FEED }} apiKey: ${{ secrets.IN_HOUSE_API_KEY }} + deploy-prism-ci: + uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget.yml@master + needs: generate-consolidated-artifacts + if: ${{ github.event_name == 'push' }} + with: + name: Deploy Internal + secrets: + feedUrl: ${{ secrets.PRISM_CI_NUGET_FEED }} + apiKey: ${{ secrets.PRISM_CI_NUGET_TOKEN }} + deploy-sponsors: uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget.yml@master needs: generate-consolidated-artifacts