Skip to content

Commit

Permalink
Merge branch 'update-deps,-reduce-targets' of https://github.com/ekon…
Browse files Browse the repository at this point in the history
…benefits/dynamitey into update-deps,-reduce-targets
  • Loading branch information
jbtule committed Nov 2, 2023
2 parents 0e52889 + 850019d commit 08a445b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/dotnet48.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
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

0 comments on commit 08a445b

Please sign in to comment.