mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 21:24:43 +00:00
adds missing "
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
|||||||
- name: Add nuget.exe
|
- name: Add nuget.exe
|
||||||
uses: nuget/setup-nuget@v1
|
uses: nuget/setup-nuget@v1
|
||||||
- name: Create nuget package
|
- 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
|
# Zip up the output files as needed
|
||||||
- name: Zip Build Output
|
- name: Zip Build Output
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|||||||
@@ -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>
|
|
||||||
Reference in New Issue
Block a user