Skip to content

Merge branch 'update-deps,-reduce-targets' of https://github.com/ekon… #4

Merge branch 'update-deps,-reduce-targets' of https://github.com/ekon…

Merge branch 'update-deps,-reduce-targets' of https://github.com/ekon… #4

Workflow file for this run

name: Build .net framework 48
on: [push]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.2.0
- name: setup-msbuild
uses: microsoft/setup-msbuild@v1.1
- name: Restore Packages
run: nuget restore Dynamitey.sln
- name: Build solution
run: msbuild Dynamitey.sln -t:rebuild -property:Configuration=Release
- name: Run vstests
uses: microsoft/vstest-action@v1.0.0
with:
testAssembly: Tests.dll
searchFolder: .\Tests\bin\Release\net48\
runInParallel: true