Fix errors + Update generated files

This commit is contained in:
Kevin Gosse
2022-10-21 16:29:07 +02:00
parent 2f8de776e1
commit 70a19cc0ab
4 changed files with 26 additions and 10 deletions

View File

@ -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(