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 208
208
BuildInParallel =" $(BuildInParallel)"
209
209
ContinueOnError =" false" />
210
210
211
+ <Exec Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " $(LibraryRoot)\experiments\Compute.Experiments\copy-dev.ps1 -Config $(Configuration) " "
212
+ ContinueOnError =" ErrorAndContinue" />
213
+
211
214
<Exec Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " . $(LibraryToolsFolder)\GenerateHelp.ps1 -ValidateMarkdownHelp -GenerateMamlHelp -BuildConfig $(Configuration) " "
212
215
ContinueOnError=" false"
213
216
Condition=" '$(SkipHelp)' == 'false' " />
337
340
DestinationFolder =" $(LibrarySourceFolder)\Package\$(Configuration)" Condition = " '$(NetCore)' == 'false' " />
338
341
<Copy SourceFiles =" $(LibraryRoot)tools\AzureRM.Netcore\AzureRM.Netcore.psd1"
339
342
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" />
342
343
343
344
<ItemGroup >
344
345
<DelaySignedAssembliesToSign Include =" $(LibrarySourceFolder)\Package\$(Configuration)\**\Microsoft*Azure*Commands*.dll" />
You can’t perform that action at this time.
0 commit comments