File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Tasks/DownloadBuildArtifacts Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ async function main(): Promise<void> {
163163 }
164164 else if ( artifact . resource . type . toLowerCase ( ) === "filepath" ) {
165165 let downloader = new engine . ArtifactEngine ( ) ;
166- let downloadUrl = decodeURIComponent ( artifact . resource . downloadUrl . replace ( "file:" , "" ) ) ;
166+ let downloadUrl = artifact . resource . data ;
167167 let artifactLocation = downloadUrl + '/' + artifact . name ;
168168 if ( ! fs . existsSync ( artifactLocation ) ) {
169169 console . log ( tl . loc ( "ArtifactNameDirectoryNotFound" , artifactLocation , downloadUrl ) ) ;
Original file line number Diff line number Diff line change 1010 "version" : {
1111 "Major" : 0 ,
1212 "Minor" : 127 ,
13- "Patch" : 6
13+ "Patch" : 7
1414 },
1515 "groups" : [
1616 {
Original file line number Diff line number Diff line change 1010 "version" : {
1111 "Major" : 0 ,
1212 "Minor" : 127 ,
13- "Patch" : 6
13+ "Patch" : 7
1414 },
1515 "groups" : [
1616 {
You can’t perform that action at this time.
0 commit comments