Skip to content

Commit bbfe5ce

Browse files
author
damccorm
committed
Merge branch 'users/damccorm/courtesyPushImprovements' of https://github.com/microsoft/azure-pipelines-tasks into users/damccorm/courtesyPushImprovements
2 parents 92a5188 + b790afd commit bbfe5ce

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Tasks/JavaToolInstallerV0/javatoolinstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function getJava(versionSpec: string): Promise<void> {
6262
if (fromAzure) {
6363
// download from azure and save to temporary directory
6464
console.log(taskLib.loc('RetrievingJdkFromAzure'));
65-
const fileNameAndPath: string = taskLib.getInput('azureCommonVirtualFile', false);
65+
const fileNameAndPath: string = taskLib.getInput('azureCommonVirtualFile', true);
6666
const azureDownloader = new AzureStorageArtifactDownloader(taskLib.getInput('azureResourceManagerEndpoint', true),
6767
taskLib.getInput('azureStorageAccountName', true), taskLib.getInput('azureContainerName', true), "");
6868
await azureDownloader.downloadArtifacts(extractLocation, '*' + fileNameAndPath);

Tasks/JavaToolInstallerV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 175,
17-
"Patch": 1
16+
"Minor": 176,
17+
"Patch": 0
1818
},
1919
"satisfies": [
2020
"Java",

Tasks/JavaToolInstallerV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 175,
17-
"Patch": 1
16+
"Minor": 176,
17+
"Patch": 0
1818
},
1919
"satisfies": [
2020
"Java",

0 commit comments

Comments
 (0)