mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-15 06:01:25 +00:00
Merge branch 'master' of https://github.com/tonytins/cstnet
This commit is contained in:
commit
30f390f066
2 changed files with 5 additions and 6 deletions
10
.github/workflows/pkgrelease.yml
vendored
10
.github/workflows/pkgrelease.yml
vendored
|
@ -18,8 +18,8 @@ jobs:
|
|||
run: dotnet restore
|
||||
- name: Package
|
||||
run: dotnet pack --no-restore -o .
|
||||
- name: Publish to Nuget
|
||||
env:
|
||||
NUGET_KEY: ${{ secrets.NUGET_KEY }}
|
||||
NUGET_API: https://api.nuget.org/v3/index.json
|
||||
run: dotnet nuget push CSTNet.*.nupkg -k $NUGET_KEY -s $NUGET_API
|
||||
# - name: Publish to Nuget
|
||||
# env:
|
||||
# NUGET_KEY: ${{ secrets.NUGET_KEY }}
|
||||
# NUGET_API: https://api.nuget.org/v3/index.json
|
||||
# run: dotnet nuget push CSTNet.*.nupkg -k $NUGET_KEY -s $NUGET_API
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
|
||||
<IsPackable>false</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue