produce windows arm64 bits (#1886)

* add win-arm64 support

* test version

* fix error
This commit is contained in:
Alan Ren
2023-03-01 15:58:10 -08:00
committed by GitHub
parent c7e64e2334
commit 9958c9f003
7 changed files with 21 additions and 9 deletions

View File

@@ -54,7 +54,8 @@
"runtime.ubuntu.14.04-x64.native.Microsoft.SqlToolsService",
"runtime.ubuntu.16.04-x64.native.Microsoft.SqlToolsService",
"runtime.win-x64.native.Microsoft.SqlToolsService",
"runtime.osx-arm64.native.Microsoft.SqlToolsService"
"runtime.osx-arm64.native.Microsoft.SqlToolsService",
"runtime.win-arm64.native.Microsoft.SqlToolsService"
],
"DotnetToolProjects": [
"Microsoft.SqlTools.ServiceLayer",