From 4d31077b635ccfe665dcbcccacd28172bf62f99a Mon Sep 17 00:00:00 2001 From: Eduard Tamsa Date: Wed, 25 Sep 2024 23:13:34 +0300 Subject: [PATCH] Update dotnet-build.yml --- .github/workflows/dotnet-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 77319af..38505ca 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -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