We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4838a commit fc1bb59Copy full SHA for fc1bb59
azure-pipelines.yml
@@ -23,6 +23,8 @@ jobs:
23
pool:
24
vmImage: "vs2017-win2016"
25
steps:
26
+ - script: go test ./...
27
+ displayName: go_test
28
- script: go build -o $(FILE)
29
displayName: go_build
30
- script: curl -T $(FILE) -u$(BT_USER):$(BT_KEY) "$(BT_URL)"
@@ -34,6 +36,8 @@ jobs:
34
36
35
37
vmImage: "macOS-10.13"
38
39
40
41
42
43
@@ -45,6 +49,8 @@ jobs:
45
49
46
50
vmImage: "ubuntu-16.04"
47
51
52
53
48
54
55
56
0 commit comments