Skip to content

Commit

Permalink
Update dotnet-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TaEduard authored Sep 25, 2024
1 parent 17bdb79 commit 4d31077
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# Install Visual Studio Build Tools
- name: Install Visual Studio Build Tools
uses: microsoft/setup-msbuild@v2

# Setup NuGet
- name: Setup NuGet
uses: NuGet/setup-nuget@v1
Expand Down

0 comments on commit 4d31077

Please sign in to comment.