]> Repos - portaudio/commitdiff
Rename build steps for clarity.
authorRoss Bencina <rossb@audiomulch.com>
Mon, 21 Dec 2020 06:31:34 +0000 (17:31 +1100)
committerRoss Bencina <rossb@audiomulch.com>
Sun, 27 Dec 2020 12:03:46 +0000 (23:03 +1100)
.github/workflows/MSBuild.yml

index b6f52b8c6a2132e6b6950d7cb0695b917ee24616..4a78bec1c1041c86c1c7cdec1659db54ec368a0f 100644 (file)
@@ -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
@@ -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