Skip to content

Commit

Permalink
Update dotnet48.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule authored Nov 2, 2023
1 parent e2ee291 commit 850019d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet48.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ jobs:
uses: microsoft/setup-msbuild@v1

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
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\Debug\net48\
searchFolder: .\Tests\bin\Release\net48\
runInParallel: true

0 comments on commit 850019d

Please sign in to comment.