We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad130b commit 1c1f5eeCopy full SHA for 1c1f5ee
build/modules/build.common.targets
@@ -16,7 +16,7 @@
16
17
<Message Importance="normal" Text="Running format checks..." />
18
19
- <Exec Command='dotnet format "$(MSBuildProjectFile)" --verify-no-changes'
+ <Exec Command='dotnet format "$(MSBuildProjectFile)" --verify-no-changes --no-restore -v normal'
20
WorkingDirectory="$(MSBuildProjectDirectory)"
21
ContinueOnError="false" />
22
@@ -33,7 +33,7 @@
33
34
<Message Importance="normal" Text="Running package vulnerability checks..." />
35
36
- <Exec Command='dotnet list "$(MSBuildProjectFile)" package --vulnerable'
+ <Exec Command='dotnet list "$(MSBuildProjectFile)" package --vulnerable -v normal -f $(TargetFramework)'
37
38
39
0 commit comments