File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
- task : PublishBuildArtifacts@1
54
54
inputs :
55
55
PathtoPublish : ' $(System.DefaultWorkingDirectory)/build$(Build.BuildId).zip'
56
- name : ' drop'
56
+ artifactName : ' drop'
57
57
` ` `
58
58
59
59
#### JavaScript
81
81
- task : PublishBuildArtifacts@1
82
82
inputs :
83
83
PathtoPublish : ' $(System.DefaultWorkingDirectory)/build$(Build.BuildId).zip'
84
- name : ' drop'
84
+ artifactName : ' drop'
85
85
` ` `
86
86
87
87
#### Python
@@ -115,7 +115,7 @@ steps:
115
115
- task : PublishBuildArtifacts@1
116
116
inputs :
117
117
PathtoPublish : ' $(System.DefaultWorkingDirectory)/build$(Build.BuildId).zip'
118
- name : ' drop'
118
+ artifactName : ' drop'
119
119
` ` `
120
120
#### PowerShell
121
121
@@ -134,7 +134,7 @@ steps:
134
134
- task : PublishBuildArtifacts@1
135
135
inputs :
136
136
PathtoPublish : ' $(System.DefaultWorkingDirectory)/build$(Build.BuildId).zip'
137
- name : ' drop'
137
+ artifactName : ' drop'
138
138
` ` `
139
139
140
140
### Deploy your app
You can’t perform that action at this time.
0 commit comments