mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-01 22:59:27 +03:00
Publish nuget
This commit is contained in:
parent
f5fcb891e7
commit
14392ee63e
10
.github/workflows/dotnet.yml
vendored
10
.github/workflows/dotnet.yml
vendored
@ -31,15 +31,15 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
|
||||
- name: Build
|
||||
run: dotnet build ${{env.SOLUTION}} --configuration ${{env.BUILD_CONFIG}} --no-restore
|
||||
|
||||
- name: Debuging Script
|
||||
run: |
|
||||
echo Home: $HOME
|
||||
echo SOLUTION: ${{env.SOLUTION}}
|
||||
echo BUILD_CONFIG: ${{env.BUILD_CONFIG}}
|
||||
#dir
|
||||
|
||||
- name: Build
|
||||
run: dotnet build ${{env.SOLUTION}} --configuration ${{env.BUILD_CONFIG}} --no-restore
|
||||
|
||||
dir /s /b
|
||||
|
||||
- name: Publish nuget
|
||||
run: dotnet nuget push "DarkUI\bin\Release\*nupkg" -s "github" -k ${{secrets.NUGET_PUBLISH}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user