Publish nuget

This commit is contained in:
Micheal Colhoun 2021-09-05 18:12:21 +01:00
parent f5fcb891e7
commit 14392ee63e

View File

@ -31,15 +31,15 @@ jobs:
with: with:
dotnet-version: 5.0.x dotnet-version: 5.0.x
- name: Build
run: dotnet build ${{env.SOLUTION}} --configuration ${{env.BUILD_CONFIG}} --no-restore
- name: Debuging Script - name: Debuging Script
run: | run: |
echo Home: $HOME echo Home: $HOME
echo SOLUTION: ${{env.SOLUTION}} echo SOLUTION: ${{env.SOLUTION}}
echo BUILD_CONFIG: ${{env.BUILD_CONFIG}} echo BUILD_CONFIG: ${{env.BUILD_CONFIG}}
#dir dir /s /b
- name: Build
run: dotnet build ${{env.SOLUTION}} --configuration ${{env.BUILD_CONFIG}} --no-restore
- name: Publish nuget - name: Publish nuget
run: dotnet nuget push "DarkUI\bin\Release\*nupkg" -s "github" -k ${{secrets.NUGET_PUBLISH}} run: dotnet nuget push "DarkUI\bin\Release\*nupkg" -s "github" -k ${{secrets.NUGET_PUBLISH}}