From 6c0470e01bb6e90bc040dc9cc7e05e31bae8cd5c Mon Sep 17 00:00:00 2001 From: Jason DeVito Date: Fri, 25 Mar 2022 11:04:05 -0500 Subject: [PATCH] fix: updated nuspec file with correct plugin URL, updated yaml files to add the nuget source to the correct org. --- .github/workflows/essentialsplugins-betabuilds-v2.yml | 3 ++- .github/workflows/essentialsplugins-releasebuilds.yml | 3 ++- epi-panasonic-camera.nuspec | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/essentialsplugins-betabuilds-v2.yml b/.github/workflows/essentialsplugins-betabuilds-v2.yml index 2839941..5f3298d 100644 --- a/.github/workflows/essentialsplugins-betabuilds-v2.yml +++ b/.github/workflows/essentialsplugins-betabuilds-v2.yml @@ -245,7 +245,8 @@ jobs: - name: Add nuget.exe uses: nuget/setup-nuget@v1 - name: Add Github Packages source - run: nuget sources add -name github -source https://nuget.pkg.github.com/pepperdash/index.json -username Pepperdash -password ${{ secrets.GITHUB_TOKEN }} + # run: nuget sources add -name github -source https://nuget.pkg.github.com/pepperdash/index.json -username Pepperdash -password ${{ secrets.GITHUB_TOKEN }} + run: nuget sources add -name github -source https://nuget.pkg.github.com/pepperdash-engineering/index.json -username ${{ secrets.GH_PACKAGE_USER }} -password ${{ secrets.GH_PACKAGE_PASSWORD }} # Pushes to nuget, not needed unless publishing publicly #- name: Add nuget.org API Key # run: nuget setApiKey ${{ secrets.NUGET_API_KEY }} -source https://nuget.pkg.github.com/pepperdash/index.json diff --git a/.github/workflows/essentialsplugins-releasebuilds.yml b/.github/workflows/essentialsplugins-releasebuilds.yml index c7386a2..4480e8b 100644 --- a/.github/workflows/essentialsplugins-releasebuilds.yml +++ b/.github/workflows/essentialsplugins-releasebuilds.yml @@ -190,7 +190,8 @@ jobs: - name: Add nuget.exe uses: nuget/setup-nuget@v1 - name: Add Github Packages source - run: nuget sources add -name github -source https://nuget.pkg.github.com/pepperdash/index.json -username Pepperdash -password ${{ secrets.GITHUB_TOKEN }} + # run: nuget sources add -name github -source https://nuget.pkg.github.com/pepperdash/index.json -username Pepperdash -password ${{ secrets.GITHUB_TOKEN }} + run: nuget sources add -name github -source https://nuget.pkg.github.com/pepperdash-engineering/index.json -username ${{ secrets.GH_PACKAGE_USER }} -password ${{ secrets.GH_PACKAGE_PASSWORD }} # Pushes to nuget, not needed unless publishing publicly #- name: Add nuget.org API Key # run: nuget setApiKey ${{ secrets.NUGET_API_KEY }} diff --git a/epi-panasonic-camera.nuspec b/epi-panasonic-camera.nuspec index 73780c3..9e49071 100644 --- a/epi-panasonic-camera.nuspec +++ b/epi-panasonic-camera.nuspec @@ -11,13 +11,13 @@ false MIT - https://github.com/PepperDash-Engineering/epi-panasonic-camera + https://github.com/PepperDash-Engineering/epi-panasonic-camera-http Copyright 2021 Essentials Plugin for Panasonic Cameras used with PepperDash Essentials to expose functionality in SIMPL Windows programs using Bridges. crestron 3series 4series - +