2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00

Update build.yml to net6.0 for tests

This commit is contained in:
2021-11-11 12:00:42 +00:00
parent de6caec6f1
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