зеркало из https://github.com/microsoft/msquic.git
Disable OneBranch Windows OpenSSL arm64 Builds (#3416)
This commit is contained in:
Родитель
24efce18a0
Коммит
f8c215662d
|
@ -38,7 +38,7 @@ jobs:
|
|||
arguments: -Tls ${{ parameters.tls }} -Config ${{ parameters.config }} -Platform ${{ parameters.platform }} -Arch arm -CI
|
||||
- task: PowerShell@2
|
||||
displayName: ARM64
|
||||
condition: ne('${{ parameters.platform }}', 'gamecore_console')
|
||||
condition: and(ne('${{ parameters.platform }}', 'gamecore_console'), ne('${{ parameters.tls }}', 'openssl'))
|
||||
target: windows_build_container2
|
||||
inputs:
|
||||
pwsh: true
|
||||
|
|
Загрузка…
Ссылка в новой задаче