File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,11 @@ jobs:
29
29
displayName : ' Build VSIXs'
30
30
31
31
- task : PublishBuildArtifacts@1
32
- # Run the publish step so we have vsix's even if the tests fail.
33
- condition : succeededOrFailed()
32
+ condition : succeeded()
34
33
displayName : ' Publish VSIXs'
35
34
inputs :
36
35
PathtoPublish : ' $(Build.SourcesDirectory)/vsix'
37
- ArtifactName : ' VSIX_Prerelease_$(System.JobAttempt) '
36
+ ArtifactName : ' VSIX_Prerelease '
38
37
39
38
- script : npm run test:artifacts
40
39
displayName : ' Run artifacts tests'
@@ -59,12 +58,11 @@ jobs:
59
58
displayName : ' Build VSIXs'
60
59
61
60
- task : PublishBuildArtifacts@1
62
- # Run the publish step so we have vsix's even if the tests fail.
63
- condition : succeededOrFailed()
61
+ condition : succeeded()
64
62
displayName : ' Publish VSIXs'
65
63
inputs :
66
64
PathtoPublish : ' $(Build.SourcesDirectory)/vsix'
67
- ArtifactName : ' VSIX_Release_$(System.JobAttempt) '
65
+ ArtifactName : ' VSIX_Release '
68
66
69
67
- script : npm run test:artifacts
70
68
displayName : ' Run artifacts tests'
You can’t perform that action at this time.
0 commit comments