File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-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 =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " Start-Process -FilePath " $(PowerShellCommand)" -Verb RunAs -Wait -ArgumentList " '$(LibraryToolsFolder)\UpdateModules.ps1 -buildConfig $(Configuration) -scope $(Scope) -Profile Latest'"" " Condition =" '$(Latest)' == 'true' " />
214
- <Exec Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " Start-Process -FilePath " $(PowerShellCommand)" -Verb RunAs -Wait -ArgumentList " '$(LibraryToolsFolder)\UpdateModules.ps1 -buildConfig $(Configuration) -scope $(Scope) -Profile Stack'"" " Condition =" '$(Stack)' == 'true' " />
213
+ <Exec Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " Start-Process -FilePath " $(PowerShellCommand)" -Verb RunAs -Wait -ArgumentList " 'Start-Transcript -Path " C:\transcripts.txt" ;$(LibraryToolsFolder)\UpdateModules.ps1 -buildConfig $(Configuration) -scope $(Scope) -Profile Latest'"" " Condition =" '$(Latest)' == 'true' " />
214
+ <Exec Command =" type C:\transcripts.txt" />
215
+ <Exec Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " Start-Process -FilePath " $(PowerShellCommand)" -Verb RunAs -Wait -ArgumentList " 'Start-Transcript -Path " C:\transcripts.txt" ;$(LibraryToolsFolder)\UpdateModules.ps1 -buildConfig $(Configuration) -scope $(Scope) -Profile Stack'"" " Condition =" '$(Stack)' == 'true' " />
216
+ <Exec Command =" type C:\transcripts.txt" />
217
+ <Exec Command =" type C:\transcripts.txt" />
215
218
<!-- Copying shortcut to be signed -->
216
219
<Copy SourceFiles =" $(LibraryRoot)tools\AzureRM\AzureRM.psd1"
217
220
DestinationFolder =" $(LibrarySourceFolder)\Package\$(Configuration)" Condition = " '$(NetCore)' == 'false' and '$(Latest)' == 'true'" />
You can’t perform that action at this time.
0 commit comments