Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Closed
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b610b8a
[AutoPR preview/cognitiveservices/v3.0/luis] chore: jsonfmt cognitive…
openapi-sdkautomation[bot] Oct 11, 2019
5e4e80f
Add Go 1.13 to CI
jhendrixMSFT Oct 16, 2019
fbc8d3c
add windows builds and refactor
jhendrixMSFT Oct 16, 2019
739ba97
Merge branch 'sdkAutomationProdTest/preview/cognitiveservices/v3.0/lu…
Oct 21, 2019
87bc056
[AutoPR preview/cognitiveservices/v3.0/luis] Omelhari/feature assigni…
openapi-sdkautomation[bot] Oct 21, 2019
f02b008
Add Go 1.13 to CI
jhendrixMSFT Oct 16, 2019
cee03bf
add windows builds and refactor
jhendrixMSFT Oct 16, 2019
095b695
[AutoPR preview/cognitiveservices/v3.0/luis] chore: jsonfmt cognitive…
openapi-sdkautomation[bot] Oct 11, 2019
ac5006f
Add Go 1.13 to CI
jhendrixMSFT Oct 16, 2019
08cb187
add windows builds and refactor
jhendrixMSFT Oct 16, 2019
1257602
[AutoPR preview/cognitiveservices/v3.0/luis] Omelhari/feature assigni…
openapi-sdkautomation[bot] Oct 21, 2019
1fadaeb
Merge branch 'sdkAutomationProdTest/preview/cognitiveservices/v3.0/lu…
Oct 29, 2019
84090f5
[AutoPR preview/cognitiveservices/v3.0/luis] chore: jsonfmt cognitive…
openapi-sdkautomation[bot] Oct 11, 2019
216b5b6
Add Go 1.13 to CI
jhendrixMSFT Oct 16, 2019
7af486b
add windows builds and refactor
jhendrixMSFT Oct 16, 2019
0964bb2
[AutoPR preview/cognitiveservices/v3.0/luis] Omelhari/feature assigni…
openapi-sdkautomation[bot] Oct 21, 2019
edc4a90
[AutoPR preview/cognitiveservices/v3.0/luis] chore: jsonfmt cognitive…
openapi-sdkautomation[bot] Oct 11, 2019
a5e1ac3
Add Go 1.13 to CI
jhendrixMSFT Oct 16, 2019
58610d9
add windows builds and refactor
jhendrixMSFT Oct 16, 2019
5ff9ef0
[AutoPR preview/cognitiveservices/v3.0/luis] Omelhari/feature assigni…
openapi-sdkautomation[bot] Oct 21, 2019
e9f473f
Merge branch 'sdkAutomationProdTest/preview/cognitiveservices/v3.0/lu…
Oct 29, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
vm.image: 'ubuntu-18.04'
go.version: '1.13'
GOROOT: '/usr/local/go$(go.version)'
Win_Go112:
vm.image: 'windows-2019'
go.version: '1.12'
GOROOT: 'c:\go$(go.version)'
Win_Go113:
vm.image: 'windows-2019'
go.version: '1.13'
GOROOT: 'c:\go$(go.version)'

pool:
vmImage: $(vm.image)
Expand All @@ -28,10 +36,10 @@ jobs:
mv !(work) '$(sdkPath)'
echo '##vso[task.prependpath]$(GOROOT)/bin'
echo '##vso[task.prependpath]$(GOPATH)/bin'
go version
displayName: 'Create Go Workspace'
- script: |
set -e
go version
curl -sSL https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure -v
go get -u golang.org/x/lint/golint
Expand Down