[skip ci]
This commit is contained in:
SteVen Batten 2021-08-31 10:57:47 -07:00
Родитель 4a5ba3dd64
Коммит 970baa1027
1 изменённых файлов: 23 добавлений и 0 удалений

23
azure-pipelines.yml Normal file
Просмотреть файл

@ -0,0 +1,23 @@
# Go
# Build your Go project.
# Add steps that test, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/go
trigger:
- main
pool:
vmImage: windows-latest
steps:
- task: GoTool@0
inputs:
version: '1.17'
displayName: Install Go
- powershell: |
$env:GOARCH="arm64"
go build -v -o "vscode-winsta11er-arm64.exe" -ldflags -H=windowsgui
displayName: Build arm64