Merge branch 'releases/1.0' into master

This commit is contained in:
Tony Bark 2020-12-11 01:29:45 -05:00 committed by GitHub
commit e4d4ecb3f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View file

@ -18,8 +18,8 @@ jobs:
run: dotnet restore run: dotnet restore
- name: Package - name: Package
run: dotnet pack --no-restore -o . run: dotnet pack --no-restore -o .
- name: Publish to Nuget # - name: Publish to Nuget
env: # env:
NUGET_KEY: ${{ secrets.NUGET_KEY }} # NUGET_KEY: ${{ secrets.NUGET_KEY }}
NUGET_API: https://api.nuget.org/v3/index.json # NUGET_API: https://api.nuget.org/v3/index.json
run: dotnet nuget push CSTNet.*.nupkg -k $NUGET_KEY -s $NUGET_API # run: dotnet nuget push CSTNet.*.nupkg -k $NUGET_KEY -s $NUGET_API

View file

@ -2,7 +2,6 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>
</PropertyGroup> </PropertyGroup>