dotnet commands here do not speed up the build

This commit is contained in:
Jordan Dominion
2023-06-25 12:33:19 -04:00
parent 1a472a4cf1
commit 2760060969
2 changed files with 4 additions and 11 deletions
-5
View File
@@ -951,11 +951,6 @@ jobs:
runs-on: windows-latest
if: "!(cancelled() || failure()) && needs.start-ci-run-gate.result == 'success'"
steps:
- name: Setup dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: ${{ env.TGS_DOTNET_VERSION }}
- name: Setup VS Dev Environment
uses: seanmiddleditch/gha-setup-vsdevenv@v4