File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 15
15
16
16
- script : npm pack
17
17
displayName : ' npm pack'
18
- condition : and(succeeded())
19
18
# condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
20
19
21
20
- task : CopyFiles@2
@@ -24,15 +23,13 @@ jobs:
24
23
contents : ' *.tgz'
25
24
targetFolder : $(Build.ArtifactStagingDirectory)
26
25
displayName : ' Copy npm package to staging'
27
- condition : and(succeeded())
28
26
# condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
29
27
30
28
- task : PublishBuildArtifacts@1
31
29
inputs :
32
30
pathtoPublish : ' $(Build.ArtifactStagingDirectory)'
33
31
artifactName : npm
34
32
displayName : ' Publish npm artifact'
35
- condition : and(succeeded())
36
33
# condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
37
34
38
35
- job : ' MacOS_1013'
You can’t perform that action at this time.
0 commit comments