Skip to content

Commit 7fb9bc3

Browse files
committed
Build updates for compute module
1 parent e372a86 commit 7fb9bc3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.proj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@
208208
BuildInParallel="$(BuildInParallel)"
209209
ContinueOnError="false" />
210210

211+
<Exec Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot; $(LibraryRoot)\experiments\Compute.Experiments\copy-dev.ps1 -Config $(Configuration) &quot;"
212+
ContinueOnError="ErrorAndContinue" />
213+
211214
<Exec Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\GenerateHelp.ps1 -ValidateMarkdownHelp -GenerateMamlHelp -BuildConfig $(Configuration) &quot;"
212215
ContinueOnError="false"
213216
Condition=" '$(SkipHelp)' == 'false' "/>
@@ -337,8 +340,6 @@
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="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot; $(LibraryRoot)\experiments\Compute.Experiments\copy-dev.ps1 -Config $(Config) &quot;"
341-
ContinueOnError="ErrorAndContinue" />
342343

343344
<ItemGroup>
344345
<DelaySignedAssembliesToSign Include="$(LibrarySourceFolder)\Package\$(Configuration)\**\Microsoft*Azure*Commands*.dll" />

0 commit comments

Comments
 (0)