This commit is contained in:
parent
8fe75c8876
commit
aa2cc9aaf1
1 changed files with 2 additions and 1 deletions
|
@ -18,10 +18,11 @@ jobs:
|
|||
run: |
|
||||
dotnet nuget update source geekeey --store-password-in-clear-text \
|
||||
--username "${{ github.actor }}" --password "${{ github.token }}"
|
||||
cat ~/.nuget/NuGet/NuGet.Config
|
||||
- name: .NET pack
|
||||
shell: bash
|
||||
run: |
|
||||
dotnet pack --version-suffix "${{ github.ref_name }}"
|
||||
dotnet pack
|
||||
- name: .NET test
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue