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
-
289
285
<!-- Copying modules to be signed -->
290
286
291
287
<!-- AzureRM -->
344
340
<CallTarget targets =" DependencyAnalysis" ContinueOnError =" ErrorAndContinue" />
345
341
<Exec Command =" $(PowerShellCommandPrefix) " . $(LibraryToolsFolder)\CheckAssemblies.ps1 -BuildConfig $(Configuration) " " />
346
342
<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