Skip to content

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 #483

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 #483

Workflow file for this run

name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build with .NET
run: dotnet build
- name: Unit Tests
run: dotnet test --no-build --no-restore
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: Hishigata (Dev build)
path: osu.Game.Rulesets.Hishigata/bin/Debug/**/osu.Game.Rulesets.Hishigata.dll