Skip to content

Commit

Permalink
use microsoft/setup-msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
lancehilliard authored Jul 25, 2021
1 parent f9b032f commit f016eac
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:

- name: Nuget restore
run: nuget restore BusyLight.sln

- name: Setup MSBuild
uses: warrenbuckley/Setup-MSBuild@v1
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

- name: Add msbuild to PATH
uses: microsoft/[email protected]

- name: Build Tests
run: msbuild BusyLight.Specs\BusyLight.Specs.csproj /p:Configuration=Release
Expand Down

0 comments on commit f016eac

Please sign in to comment.