Skip to content

Commit

Permalink
Rename build steps for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBencina committed Dec 27, 2020
1 parent cdd1cf6 commit fb9b646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MSBuild.yml
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/checkout@v2

- name: Upgrade Solution
- name: Upgrade VC Project File
# We maintain our vcproj file in an old format to maintain backwards compatibility
# This step upgrades the project to the latest version of MSVC
# see https://docs.microsoft.com/en-us/visualstudio/ide/reference/upgrade-devenv-exe?view=vs-2019
Expand All @@ -43,7 +43,7 @@ jobs:
Start-Sleep -Seconds 10
Write-Output "done."
- name: Remove ASIO Files
- name: Remove ASIO Files and Enable PA_USE_DS=1
# Process the project files to remove ASIO-related sources and includes (since we can not access the ASIO SDK in a public build)
run: |
# Process .vcxproj file: remove source files
Expand Down

0 comments on commit fb9b646

Please sign in to comment.