mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-11-02 15:33:44 +00:00
Fix bug with empty line argument
This commit is contained in:
parent
1f801142cd
commit
7c495956c6
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -350,6 +350,7 @@ class DotnetCoreInstaller {
|
||||
}
|
||||
else {
|
||||
core.warning("Input 'dotnet-quality' can't be used with the specified exact version of .NET. 'dotnet-quality' input will be ignored.");
|
||||
this.quality = "";
|
||||
}
|
||||
return resolvedArgument;
|
||||
}
|
||||
|
||||
@ -209,6 +209,7 @@ export class DotnetCoreInstaller {
|
||||
core.warning(
|
||||
"Input 'dotnet-quality' can't be used with the specified exact version of .NET. 'dotnet-quality' input will be ignored."
|
||||
);
|
||||
this.quality = "";
|
||||
}
|
||||
return resolvedArgument;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user