Skip to content

Commit

Permalink
Update Github actions in the CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored and BobLd committed May 6, 2024
1 parent 2cf8762 commit 937793b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
- uses: actions/checkout@master

- name: Set up dotnet core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
2.1.x
6.0.x
8.0.x
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2

# Build the release build
- name: Build the solution
Expand Down

0 comments on commit 937793b

Please sign in to comment.