Skip to content

Commit

Permalink
Update arguments.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy authored May 19, 2022
1 parent 65dc98f commit f4a5ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/dotnet/arguments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function getPropertyArguments(settings: DotNetSettings) {
`/p:GenerateTargetFrameworkAttribute=False`,
`/p:GenerateAssemblyInfo=False`,
`--output`,
`${join(temporaryDirectoryPath, "bin")} `
`${join(temporaryDirectoryPath, "bin")}`
];
}

Expand Down

0 comments on commit f4a5ab4

Please sign in to comment.