mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 12:14:47 -05:00
Updated .NET Github Actions
- Use .NET setup v3 - Removed staging action - Cache packages
This commit is contained in:
parent
6bc99bb7cc
commit
a228081732
3 changed files with 6 additions and 26 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue