Skip to content

INFRA: Changed the extension project to new SDK format #6

INFRA: Changed the extension project to new SDK format

INFRA: Changed the extension project to new SDK format #6

Workflow file for this run

name: MSBuild
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- name: Check Out
uses: actions/checkout@v2
- name: Setup MSBuild
uses: microsoft/[email protected]
- name: Build and Restore
run: msbuild /t:Rebuild /Restore /v:Minimal
- name: Test
uses: microsoft/[email protected]
with:
testAssembly: Standardly.Tests.Unit.dll
searchFolder: .\Standardly.Tests.Unit\bin\Debug\
runInParallel: true