Skip to content

Commit 314a06f

Browse files
Fix.
1 parent 578d349 commit 314a06f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515

1616
- script: npm pack
1717
displayName: 'npm pack'
18-
condition: and(succeeded())
1918
#condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
2019

2120
- task: CopyFiles@2
@@ -24,15 +23,13 @@ jobs:
2423
contents: '*.tgz'
2524
targetFolder: $(Build.ArtifactStagingDirectory)
2625
displayName: 'Copy npm package to staging'
27-
condition: and(succeeded())
2826
#condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
2927

3028
- task: PublishBuildArtifacts@1
3129
inputs:
3230
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
3331
artifactName: npm
3432
displayName: 'Publish npm artifact'
35-
condition: and(succeeded())
3633
#condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
3734

3835
- job: 'MacOS_1013'

0 commit comments

Comments
 (0)