Skip to content

Commit

Permalink
CHange pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and SDK Automation committed Oct 28, 2019
1 parent c59fc2d commit 5e23d91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .azure-pipelines/BuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,25 @@ jobs:
strategy:
matrix:
Linux_Go112:
vm.image: 'ubuntu-18.04'
vm.image: 'Ubuntu 16.04'
go.version: '1.12'
GOROOT: '/usr/local/go$(go.version)'
Linux_Go113:
vm.image: 'ubuntu-18.04'
vm.image: 'Ubuntu 16.04'
go.version: '1.13'
GOROOT: '/usr/local/go$(go.version)'

pool:
vmImage: $(vm.image)

variables:
GOPATH: '$(system.defaultWorkingDirectory)/work'
GOPATH: '$(System.DefaultWorkingDirectory)/work'
sdkPath: '$(GOPATH)/src/github.com/Azure/azure-sdk-for-go'

steps:
- script: |
set -e
set -x
printenv
mkdir -p '$(GOPATH)/bin'
mkdir -p '$(sdkPath)'
shopt -s dotglob extglob
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/ModuleRelease.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jobs:
- job:
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'Ubuntu 16.04'

variables:
GOROOT: '/usr/local/go1.12'
Expand Down

0 comments on commit 5e23d91

Please sign in to comment.