File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 208208 BuildInParallel =" $(BuildInParallel)"
209209 ContinueOnError =" false" />
210210
211+ <Exec Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " $(LibraryRoot)\experiments\Compute.Experiments\copy-dev.ps1 -Config $(Configuration) " "
212+ ContinueOnError =" ErrorAndContinue" />
213+
211214 <Exec Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " . $(LibraryToolsFolder)\GenerateHelp.ps1 -ValidateMarkdownHelp -GenerateMamlHelp -BuildConfig $(Configuration) " "
212215 ContinueOnError=" false"
213216 Condition=" '$(SkipHelp)' == 'false' " />
337340 DestinationFolder =" $(LibrarySourceFolder)\Package\$(Configuration)" Condition = " '$(NetCore)' == 'false' " />
338341 <Copy SourceFiles =" $(LibraryRoot)tools\AzureRM.Netcore\AzureRM.Netcore.psd1"
339342 DestinationFolder =" $(LibrarySourceFolder)\Package\$(Configuration)" Condition = " '$(NetCore)' == 'true' " />
340- <Exec Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " $(LibraryRoot)\experiments\Compute.Experiments\copy-dev.ps1 -Config $(Config) " "
341- ContinueOnError =" ErrorAndContinue" />
342343
343344 <ItemGroup >
344345 <DelaySignedAssembliesToSign Include =" $(LibrarySourceFolder)\Package\$(Configuration)\**\Microsoft*Azure*Commands*.dll" />
You can’t perform that action at this time.
0 commit comments