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,22 +15,22 @@ 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 : PublishBuildArtifacts@1
29
29
inputs :
30
30
pathtoPublish : ' $(Build.ArtifactStagingDirectory)'
31
31
artifactName : npm
32
32
displayName : ' Publish npm artifact'
33
- condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))'
33
+ condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
34
34
35
35
- job : ' MacOS_1013'
36
36
pool :
You can’t perform that action at this time.
0 commit comments