Skip to content

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /Fronter.NET.Tests #1035

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /Fronter.NET.Tests

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /Fronter.NET.Tests #1035

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
strategy:
matrix:
os: [[self-hosted, linux], macos-13, [self-hosted, windows]]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "Setup Dotnet for use with actions"
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: "Build"
working-directory: Fronter.NET
run: |
dotnet build