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