Skip to content

Commit 54de3ee

Browse files
author
Maddie Clayton
committed
write output to file
1 parent a88534a commit 54de3ee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.proj

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

213-
<Exec Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;Start-Process -FilePath &quot;$(PowerShellCommand)&quot; -Verb RunAs -Wait -ArgumentList &quot;'$(LibraryToolsFolder)\UpdateModules.ps1 -buildConfig $(Configuration) -scope $(Scope) -Profile Latest'&quot;&quot; " Condition="'$(Latest)' == 'true' "/>
214-
<Exec Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;Start-Process -FilePath &quot;$(PowerShellCommand)&quot; -Verb RunAs -Wait -ArgumentList &quot;'$(LibraryToolsFolder)\UpdateModules.ps1 -buildConfig $(Configuration) -scope $(Scope) -Profile Stack'&quot;&quot; " Condition="'$(Stack)' == 'true' "/>
213+
<Exec Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;Start-Process -FilePath &quot;$(PowerShellCommand)&quot; -Verb RunAs -Wait -ArgumentList &quot;'Start-Transcript -Path &quot;C:\transcripts.txt&quot;;$(LibraryToolsFolder)\UpdateModules.ps1 -buildConfig $(Configuration) -scope $(Scope) -Profile Latest'&quot;&quot; " Condition="'$(Latest)' == 'true' "/>
214+
<Exec Command="type C:\transcripts.txt"/>
215+
<Exec Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;Start-Process -FilePath &quot;$(PowerShellCommand)&quot; -Verb RunAs -Wait -ArgumentList &quot;'Start-Transcript -Path &quot;C:\transcripts.txt&quot;;$(LibraryToolsFolder)\UpdateModules.ps1 -buildConfig $(Configuration) -scope $(Scope) -Profile Stack'&quot;&quot; " Condition="'$(Stack)' == 'true' "/>
216+
<Exec Command="type C:\transcripts.txt"/>
217+
<Exec Command="type C:\transcripts.txt"/>
215218
<!-- Copying shortcut to be signed -->
216219
<Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psd1"
217220
DestinationFolder="$(LibrarySourceFolder)\Package\$(Configuration)" Condition= " '$(NetCore)' == 'false' and '$(Latest)' == 'true'"/>

0 commit comments

Comments
 (0)