Skip to content

Commit

Permalink
use msbuild setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed May 10, 2024
1 parent 64efd3b commit 06ac26d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.x.x
- uses: actions/cache@v4
id: cache
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
- name: NuGet Cache
uses: actions/cache@v4
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down

0 comments on commit 06ac26d

Please sign in to comment.