Skip to content

Commit

Permalink
Skip Azure AD for Go 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wrosenuance committed Dec 15, 2020
1 parent 7042179 commit a20cde6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ environment:
SQLPASSWORD: Password12!
DATABASE: test
GOVERSION: 113
ADALSUPPORT: test
matrix:
- GOVERSION: 18
ADALSUPPORT: no-test
SQLINSTANCE: SQL2017
- GOVERSION: 19
SQLINSTANCE: SQL2017
Expand Down Expand Up @@ -47,7 +49,7 @@ install:
- go env
- go get -u github.com/golang-sql/civil
- go get -u golang.org/x/crypto/pkcs12
- go get -u github.com/Azure/go-autorest/autorest/adal
- if %ADALSUPPORT%==test go get -u github.com/Azure/go-autorest/autorest/adal

build_script:
- go build
Expand Down

0 comments on commit a20cde6

Please sign in to comment.