Closed lastlink closed 4 years ago
Thanks for this :)
you could essentially use github actions to run a publish to nuget if you get it to be dotnet core compliant. see https://github.com/rr-wfm/MSBuild.Sdk.SqlProj/blob/master/.github/workflows/main.yml.
# Push
- name: dotnet nuget push
run: dotnet nuget push 'MSBuild.Sdk.SqlProj*.nupkg' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
working-directory: ~/nuget-packages/
Fixes #57
Changes proposed in this pull request:
<Project Sdk="MSBuild.Sdk.SqlProj/1.1.0">
How to test this code:
.github/workflows/dotnetcore.yml
Has been tested on (remove any that don't apply):