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