Watch
2
0
Fork
You've already forked raylib-cs
0

Update build.yml to net6.0 for tests

This commit is contained in:
Rgebee 2021-11-11 12:00:42 +00:00
commit 1b647fa4c3
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Build project
run: dotnet build -c Release
- name: Test project
@ -96,7 +96,7 @@ jobs:
xpath: "//PackageVersion"
- name: Create NuGet Package
run: dotnet pack -c Release
run: dotnet pack -c Release Raylib-cs
- name: Upload NuGet Package As Artifact
uses: actions/upload-artifact@v2