From 0d21c8f095d0658d2ed4c39388190189a4e10acc Mon Sep 17 00:00:00 2001 From: Jeremy Farrance Date: Sun, 29 Oct 2023 14:48:40 -0500 Subject: [PATCH] Update AccuLadder.yml Removing the build steps --- .github/workflows/AccuLadder.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/AccuLadder.yml b/.github/workflows/AccuLadder.yml index 6ac2355..66aafe5 100644 --- a/.github/workflows/AccuLadder.yml +++ b/.github/workflows/AccuLadder.yml @@ -14,14 +14,14 @@ jobs: uses: actions/checkout@v3 - - name: Setup MSBuild Path - uses: microsoft/setup-msbuild@v1.3.1 +# - name: Setup MSBuild Path +# uses: microsoft/setup-msbuild@v1.3.1 - - name: Restore NuGet Packages - run: msbuild /t:restore +# - name: Restore NuGet Packages +# run: msbuild /t:restore - - name: Build Solution - run: msbuild /p:Configuration=Release +# - name: Build Solution +# run: msbuild /p:Configuration=Release - name: Install DocFX