You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-09-08 22:04:08 +07:00
Fix errors + Update generated files
This commit is contained in:
@ -296,7 +296,7 @@ function normalizeFileContents(contents: string): string {
|
||||
|
||||
async function getDotnet(
|
||||
version: string,
|
||||
quality: string = ''
|
||||
quality: string = '',
|
||||
architecture: string = ''
|
||||
): Promise<string> {
|
||||
const dotnetInstaller = new installer.DotnetCoreInstaller(
|
||||
|
Reference in New Issue
Block a user