mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-04-05 06:49:48 +00:00
Update solution
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@ -258,9 +258,6 @@ class DotnetVersionResolver {
|
||||
this.resolvedArgument.type = 'version';
|
||||
this.resolvedArgument.value = this.inputVersion;
|
||||
}
|
||||
else if (!this.inputVersion) {
|
||||
this.resolvedArgument.type = null;
|
||||
}
|
||||
else {
|
||||
this.resolvedArgument.type = 'channel';
|
||||
const [major, minor] = this.inputVersion.split('.');
|
||||
|
Reference in New Issue
Block a user