mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-12-12 21:16:49 +00:00
Support for non-GPR sources
This commit is contained in:
@@ -35,8 +35,9 @@ function run() {
|
||||
yield dotnetInstaller.installDotnet();
|
||||
}
|
||||
const sourceUrl = core.getInput('source-url');
|
||||
const configFile = core.getInput('config-file');
|
||||
if (sourceUrl) {
|
||||
auth.configAuthentication(sourceUrl);
|
||||
auth.configAuthentication(sourceUrl, configFile);
|
||||
}
|
||||
// TODO: setup proxy from runner proxy config
|
||||
const matchersPath = path.join(__dirname, '..', '.github');
|
||||
|
||||
Reference in New Issue
Block a user