Skip to content

Commit 8752850

Browse files
committed
fix platform
1 parent 55a2f06 commit 8752850

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
nuget restore AzureSpeechSDKShim.sln
7474
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=x64 /p:OutDir=${{github.workspace}}\out\ AzureSpeechSDKShim.sln
7575
76-
- name: Build AzureSpeechSDKShim (x86/Win32)
76+
- name: Build AzureSpeechSDKShim (x86)
7777
if: matrix.platform == 'x86'
7878
working-directory: ${{github.workspace}}\AzureSpeechSDKShim
7979
run: |
8080
nuget restore AzureSpeechSDKShim.sln
81-
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=Win32 /p:OutDir=${{github.workspace}}\out\ AzureSpeechSDKShim.sln
81+
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=x86 /p:OutDir=${{github.workspace}}\out\ AzureSpeechSDKShim.sln
8282
8383
- name: Build Arm64XForwarder (ARM64 only)
8484
if: matrix.platform == 'ARM64'

0 commit comments

Comments
 (0)