File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 282
282
<Exec Command =" $(PowerShellCommandPrefix) " . $(LibraryToolsFolder)\UpdateModules.ps1 -BuildConfig $(Configuration) -Scope $(Scope) " "
283
283
Condition =" '$(CodeSign)' == 'false'" />
284
284
285
+ <Exec ContinueOnError =" false"
286
+ Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " . $(LibraryToolsFolder)\NewHelpIndex.ps1 -OutputFile $(PackageDirectory)\index.json -BuildConfig $(Configuration) " "
287
+ Condition =" ('$(Scope)' == 'All' or '$(Scope)' == 'Latest') and $(CodeSign) == 'true'" />
288
+
285
289
<!-- Copying modules to be signed -->
286
290
287
291
<!-- AzureRM -->
340
344
<CallTarget targets =" DependencyAnalysis" ContinueOnError =" ErrorAndContinue" />
341
345
<Exec Command =" $(PowerShellCommandPrefix) " . $(LibraryToolsFolder)\CheckAssemblies.ps1 -BuildConfig $(Configuration) " " />
342
346
<Exec Command =" $(PowerShellCommandPrefix) " . $(LibraryToolsFolder)\CleanupBuild.ps1 -BuildConfig $(Configuration) " " />
343
-
344
- <Exec ContinueOnError =" false"
345
- Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " . $(LibraryToolsFolder)\NewHelpIndex.ps1 -OutputFile $(PackageDirectory)\index.json -BuildConfig $(Configuration) " "
346
- Condition =" ('$(Scope)' == 'All' or '$(Scope)' == 'Latest') and $(CodeSign) == 'true'" />
347
347
</Target >
348
348
349
349
You can’t perform that action at this time.
0 commit comments