adds missing "

This commit is contained in:
Andrew Welker
2020-06-16 17:05:01 -06:00
parent 053743f67f
commit f6ae55e3ae
2 changed files with 1 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ jobs:
- name: Add nuget.exe
uses: nuget/setup-nuget@v1
- name: Create nuget package
run: nuget pack "./Pepperdash Core/Pepperdash Core/PepperDash_Core.nuspec -version ${{ env.VERSION }}
run: nuget pack "./Pepperdash Core/Pepperdash Core/PepperDash_Core.nuspec" -version ${{ env.VERSION }}
# Zip up the output files as needed
- name: Zip Build Output
shell: powershell

View File

@@ -1,12 +0,0 @@
<configuration>
<packageSources>
<clear />
<add key="github" value="https://nuget.pkg.github.com/PepperDash/index.json" />
</packageSources>
<packageSourceCredentials>
<github>
<add key="Username" value="andrew-welker" />
<add key="ClearTextPassword" value="0aa1cff711365cbf6418f085e9c6757ca5e60d41" />
</github>
</packageSourceCredentials>
</configuration>