We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffa411 commit 3803256Copy full SHA for 3803256
azure-pipelines.yml
@@ -1,7 +1,7 @@
1
trigger:
2
tags:
3
include:
4
- - v.*
+ - v*
5
branches:
6
7
- develop
@@ -10,10 +10,6 @@ trigger:
10
exclude:
11
- README.md
12
13
-pr:
14
- - master
15
- - develop
16
-
17
variables:
18
group: 'pipelines'
19
repository: 'focal-freedom-236620/controller'
@@ -52,12 +48,7 @@ jobs:
52
48
53
49
- script: |
54
50
echo "npm test"
55
- displayName: 'integration tests'
56
57
- - script: |
58
- echo "##vso[task.setvariable variable=agent.jobstatus;]canceled"
59
- echo "##vso[task.complete result=Canceled;]DONE"
60
- condition: eq(variables['Build.Reason'], 'PullRequest')
51
+ displayName: 'integration tests'
61
62
63
npm pack
0 commit comments