Skip to content

Commit d5b1a10

Browse files
author
Maddie Clayton
committed
end exec
1 parent 65b9b7d commit d5b1a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@
210210
<CallTarget Targets="BuildSetupTest"/>
211211
<!-- moved copy tasks -->
212212

213-
<Exec Command="SN -Vr *">
213+
<Exec Command="SN -Vr *"/>
214214
<Exec Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\UpdateModules.ps1 $(Configuration) $(Scope) -Profile Latest &quot; " Condition="'$(Latest)' == 'true' "/>
215215
<Exec Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\UpdateModules.ps1 $(Configuration) $(Scope) -Profile Stack &quot; " Condition="'$(Stack)' == 'true' "/>
216-
<Exec Command="SN -Vu *">
216+
<Exec Command="SN -Vu *"/>
217217
<!-- Copying shortcut to be signed -->
218218
<Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psd1"
219219
DestinationFolder="$(LibrarySourceFolder)\Package\$(Configuration)" Condition= " '$(NetCore)' == 'false' and '$(Latest)' == 'true'"/>

0 commit comments

Comments
 (0)