Skip to content

Commit 0473976

Browse files
committed
Porting the node api fix to releases/m136
1 parent 0a79e71 commit 0473976

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Tasks/DownloadBuildArtifactsV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"version": {
1010
"Major": 0,
1111
"Minor": 136,
12-
"Patch": 3
12+
"Patch": 4
1313
},
1414
"groups": [
1515
{

Tasks/DownloadBuildArtifactsV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"version": {
1010
"Major": 0,
1111
"Minor": 136,
12-
"Patch": 3
12+
"Patch": 4
1313
},
1414
"groups": [
1515
{

Tasks/DownloadBuildArtifactsV0/vso-node-api/VsoClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,14 @@ export class VsoClient {
179179
locationsLookup[resourceLocation.id.toLowerCase()] = resourceLocation;
180180
}
181181

182+
this._locationsByAreaPromises[area] = areaLocationsPromise;
183+
182184
resolve(locationsLookup);
183185
})
184186
.catch((err) => {
185187
reject(err);
186188
});
187189
});
188-
189-
this._locationsByAreaPromises[area] = areaLocationsPromise;
190190
}
191191

192192
return areaLocationsPromise;

0 commit comments

Comments
 (0)