File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 195
195
Condition=" '$(SkipHelp)' == 'false' " />
196
196
<CallTarget Targets =" BuildSetupTest" />
197
197
<CallTarget Targets =" CodeSignBinaries" Condition =" '$(CodeSign)' == 'true' " />
198
- <CallTarget Targets =" BuildSetup" />
198
+ <CallTarget Targets =" BuildSetup" Condition = " '$(SkipHelp)' == 'false' " />
199
199
<CallTarget Targets =" CodeSignInstaller"
200
200
Condition =" '$(CodeSign)' == 'true' and '$(Scope)' == 'all'" />
201
201
<Message Importance =" high" Text =" Running Static Analyser" />
202
- <CallTarget targets =" DependencyAnalysis" />
203
- <Exec Command =" $(PowerShellCommand) -NonInteractive -NoLogo -NoProfile -Command " . $(LibraryToolsFolder)\CleanupBuild.ps1 -BuildConfig $(Configuration) " "
204
- Condition=" '$(SkipHelp)' == 'false' " />
202
+ <CallTarget targets =" DependencyAnalysis" ContinueOnError =" ErrorAndContinue" />
203
+ <Exec Command =" $(PowerShellCommand) -NonInteractive -NoLogo -NoProfile -Command " . $(LibraryToolsFolder)\CleanupBuild.ps1 -BuildConfig $(Configuration) " " />
205
204
</Target >
206
205
207
206
<!-- Do everything possible -->
You can’t perform that action at this time.
0 commit comments