mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
use native win-arm64 STS builds (#22103)
* use native windows arm STS * update downloader and build job * remove workarounds * vbump STS * revert change * update ads-service-downloader version * fix admin-tool-ext-win extension
This commit is contained in:
@@ -48,6 +48,7 @@ stages:
|
||||
variables:
|
||||
NPM_CONFIG_ARCH: arm64
|
||||
VSCODE_ARCH: arm64
|
||||
AZDATA_RUNTIME: OSX_ARM64
|
||||
# Do not run tests for arm64 build
|
||||
RUN_TESTS: false
|
||||
RUN_SMOKE_TESTS: false
|
||||
@@ -123,6 +124,7 @@ stages:
|
||||
- job: Windows_ARM64
|
||||
variables:
|
||||
VSCODE_ARCH: arm64
|
||||
AZDATA_RUNTIME: Windows_ARM64
|
||||
condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32_ARM64'], 'true'))
|
||||
steps:
|
||||
- template: win32/sql-product-build-win32.yml
|
||||
|
||||
Reference in New Issue
Block a user