Skip to content

Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /src #21

Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /src

Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /src #21

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Set up dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.401'
include-prerelease: false
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: dotnet build src/DevilDaggersInfo.Core.sln -c Release
- name: Test
run: dotnet test src/DevilDaggersInfo.Core.sln -c Release --no-build