Skip to content

Commit

Permalink
Update AccuLadder.yml
Browse files Browse the repository at this point in the history
Removing the build steps
  • Loading branch information
jeremy-farrance authored Oct 29, 2023
1 parent c1f12c4 commit 0d21c8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/AccuLadder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d21c8f

Please sign in to comment.