Skip to content

Commit

Permalink
fix: updated nuspec file with correct plugin URL, updated yaml files …
Browse files Browse the repository at this point in the history
…to add the nuget source to the correct org.
  • Loading branch information
jkdevito committed Mar 25, 2022
1 parent 885f672 commit 6c0470e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/essentialsplugins-betabuilds-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/essentialsplugins-releasebuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions epi-panasonic-camera.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<!-- Update projectUrl with the actual URL of the plugin repo-->
<projectUrl>https://github.com/PepperDash-Engineering/epi-panasonic-camera</projectUrl>
<projectUrl>https://github.com/PepperDash-Engineering/epi-panasonic-camera-http</projectUrl>
<copyright>Copyright 2021</copyright>
<!-- Update description-->
<description>Essentials Plugin for Panasonic Cameras used with PepperDash Essentials to expose functionality in SIMPL Windows programs using Bridges.</description>
<tags>crestron 3series 4series</tags>
<!-- Update repository url with the actual URL of the plugin repo-->
<repository type="git" url="https://github.com/PepperDash-Engineering/epi-panasonic-camera"/>
<repository type="git" url="https://github.com/PepperDash-Engineering/epi-panasonic-camera-http"/>
</metadata>
<files>
<file src="**" target="lib\net35"/>
Expand Down

0 comments on commit 6c0470e

Please sign in to comment.