|
|
@ -1,8 +1,3 @@
|
|
|
|
# Go
|
|
|
|
|
|
|
|
# Build your Go project.
|
|
|
|
|
|
|
|
# Add steps that test, save build artifacts, deploy, and more:
|
|
|
|
|
|
|
|
# https://docs.microsoft.com/azure/devops/pipelines/languages/go
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
- job: Linux
|
|
|
|
- job: Linux
|
|
|
|
|
|
|
|
|
|
|
@ -25,7 +20,6 @@ jobs:
|
|
|
|
workingDirectory: '$(system.defaultWorkingDirectory)'
|
|
|
|
workingDirectory: '$(system.defaultWorkingDirectory)'
|
|
|
|
displayName: 'Test'
|
|
|
|
displayName: 'Test'
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
|
|
|
- job: MacOS
|
|
|
|
- job: MacOS
|
|
|
|
|
|
|
|
|
|
|
|
pool:
|
|
|
|
pool:
|
|
|
@ -47,7 +41,6 @@ jobs:
|
|
|
|
workingDirectory: '$(system.defaultWorkingDirectory)'
|
|
|
|
workingDirectory: '$(system.defaultWorkingDirectory)'
|
|
|
|
displayName: 'Test'
|
|
|
|
displayName: 'Test'
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
|
|
|
- job: Windows
|
|
|
|
- job: Windows
|
|
|
|
|
|
|
|
|
|
|
|
pool:
|
|
|
|
pool:
|
|
|
|