File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments