We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e3a41 commit bb89822Copy full SHA for bb89822
windows/cicd/templates/build-Windows.yml
@@ -29,7 +29,7 @@ jobs:
29
value: 'Release'
30
steps:
31
- script: echo "$(WindowsRTCSDK)" && ls
32
- - powershell: cd ${{ parameters.workingDirectory }} && installThirdParty.bat
+ - script: cd ${{ parameters.workingDirectory }} && installThirdParty.bat
33
- script: cd ${{ parameters.workingDirectory }} && ls && python ci.py
34
env:
35
AGORA_APP_ID: $(agora.appId)
0 commit comments