You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-10-16 08:15:10 +07:00
Support for non-GPR sources
This commit is contained in:
@ -19,8 +19,9 @@ async function run() {
|
||||
}
|
||||
|
||||
const sourceUrl: string = core.getInput('source-url');
|
||||
const configFile: string = core.getInput('config-file');
|
||||
if (sourceUrl) {
|
||||
auth.configAuthentication(sourceUrl);
|
||||
auth.configAuthentication(sourceUrl, configFile);
|
||||
}
|
||||
// TODO: setup proxy from runner proxy config
|
||||
|
||||
|
Reference in New Issue
Block a user