Skip to content

Commit

Permalink
Upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
menees authored Jun 1, 2024
1 parent 9b05286 commit bc95f35
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,17 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1

- name: Setup .NET Core
uses: actions/setup-dotnet@v1

- uses: actions/[email protected]

- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: 8.0.x

- name: Build everything
run: |
& .\eng\build.ps1 -build $true
- name: Add VSTest.Console.exe to PATH
uses: darenm/Setup-VSTest@v1

- name: Run unit tests
run: |
& .\eng\build.ps1 -build $false -test $true
Expand Down

0 comments on commit bc95f35

Please sign in to comment.