mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 15:40:20 +00:00
Fix formatting
This commit is contained in:
parent
90312b694f
commit
1a3761f9e7
@ -116,7 +116,7 @@ export class DotnetCoreInstaller {
|
|||||||
command += ` -ProxyBypassList ${process.env['no_proxy']}`;
|
command += ` -ProxyBypassList ${process.env['no_proxy']}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.architecture != ''){
|
if (this.architecture != '') {
|
||||||
command += ` -Architecture ${this.architecture}`;
|
command += ` -Architecture ${this.architecture}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ export async function run() {
|
|||||||
let versions = core.getMultilineInput('dotnet-version');
|
let versions = core.getMultilineInput('dotnet-version');
|
||||||
let architecture = core.getInput('architecture');
|
let architecture = core.getInput('architecture');
|
||||||
|
|
||||||
if (!architecture){
|
if (!architecture) {
|
||||||
architecture = '';
|
architecture = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user