Skip to content

Commit

Permalink
fix: do not treat warnings as errors on restore (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
37IulianPopovici authored Oct 29, 2024
1 parent f5ae155 commit 73e62f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/nuget-parser/cli/dotnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export async function restore(projectPath: string): Promise<void> {
'--verbosity',
'normal',
`"${projectPath}"`,
'--p=TreatWarningsAsErrors=false;WarningsAsErrors=',
];
await handle('restore', command, args);
return;
Expand Down

0 comments on commit 73e62f8

Please sign in to comment.