Updated .NET Github Actions

- Use .NET setup v3
- Removed staging action
- Cache packages
This commit is contained in:
Tony Bark 2023-08-12 17:11:59 -04:00
parent 6bc99bb7cc
commit a228081732
3 changed files with 6 additions and 26 deletions

View file

@ -7,10 +7,12 @@ jobs:
publish:
name: Package Release
runs-on: ubuntu-latest
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
- name: Install dependencies