Skip to content

Commit

Permalink
Merge pull request veldrid#420 from mellinoe/github_actions_myget
Browse files Browse the repository at this point in the history
Upload .nupkg's in GH workflow, remove AppVeyor entirely.
  • Loading branch information
mellinoe authored Jan 2, 2022
2 parents 33c4500 + 5d81ed9 commit 49dbe61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ jobs:
run: dotnet build --no-restore src
- name: Test
run: dotnet test --no-build --verbosity normal src --filter "Backend=D3D11"
- name: Build Packages
run: dotnet pack src -c Release
- name: Publish to MyGet
run: dotnet nuget push bin\Packages\Release\*.nupkg -s https://www.myget.org/F/mellinoe/api/v3/index.json --api-key ${{secrets.MYGET_KEY}}
15 changes: 0 additions & 15 deletions appveyor.yml

This file was deleted.

0 comments on commit 49dbe61

Please sign in to comment.