1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2026-02-18 15:31:20 +01:00
This commit is contained in:
Danny McCormick
2019-07-25 14:19:54 -04:00
4 changed files with 15 additions and 10 deletions

View File

@@ -251,8 +251,8 @@ class DotnetCoreInstaller {
}
}
});
primaryUrlSearchString = 'dotnet-install: Primary - ';
legacyUrlSearchString = 'dotnet-install: Legacy - ';
primaryUrlSearchString = 'dotnet-install: Primary named payload URL: ';
legacyUrlSearchString = 'dotnet-install: Legacy named payload URL: ';
}
else {
let escapedScript = path
@@ -267,8 +267,8 @@ class DotnetCoreInstaller {
}
}
});
primaryUrlSearchString = 'dotnet-install: Payload URL: ';
legacyUrlSearchString = 'dotnet-install: Legacy payload URL: ';
primaryUrlSearchString = 'dotnet-install: Primary named payload URL: ';
legacyUrlSearchString = 'dotnet-install: Legacy named payload URL: ';
}
if (resultCode != 0) {
throw `Failed to get download urls with result code ${resultCode}. ${output}`;