mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
Update src/setup-dotnet.ts
Co-authored-by: js6pak <me@6pak.dev>
This commit is contained in:
parent
3089bb1ebd
commit
9e79640565
@ -128,7 +128,7 @@ function getVersionFromGlobalJson(globalJsonPath: string): string {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'latestPatch':
|
case 'latestPatch':
|
||||||
version = `${major}.${minor}.${feature}`
|
version = `${major}.${minor}.${feature}xx`
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user