File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 210
210
<CallTarget Targets =" BuildSetupTest" />
211
211
<!-- moved copy tasks -->
212
212
213
- <Exec Command =" SN -Vr *" >
213
+ <Exec Command =" SN -Vr *" / >
214
214
<Exec Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " . $(LibraryToolsFolder)\UpdateModules.ps1 $(Configuration) $(Scope) -Profile Latest " " Condition =" '$(Latest)' == 'true' " />
215
215
<Exec Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " . $(LibraryToolsFolder)\UpdateModules.ps1 $(Configuration) $(Scope) -Profile Stack " " Condition =" '$(Stack)' == 'true' " />
216
- <Exec Command =" SN -Vu *" >
216
+ <Exec Command =" SN -Vu *" / >
217
217
<!-- Copying shortcut to be signed -->
218
218
<Copy SourceFiles =" $(LibraryRoot)tools\AzureRM\AzureRM.psd1"
219
219
DestinationFolder =" $(LibrarySourceFolder)\Package\$(Configuration)" Condition = " '$(NetCore)' == 'false' and '$(Latest)' == 'true'" />
You can’t perform that action at this time.
0 commit comments