Skip to content

Commit a79a7d2

Browse files
committed
do not redirect tsp output for debug
1 parent 472a27b commit a79a7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/BuildScripts/BuildScripts.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function Invoke-SubModuleGeneration {
9494
$tspLocationPath = Join-Path $GenerateDirectory "tsp-location.yaml"
9595
if (Test-Path $tspLocationPath) {
9696
# Not good practice to do this, this requires 'PrepareAutorestModule.ps1' to prepare AzDev
97-
New-DevTSPModule >> $GenerateLog
97+
New-DevTSPModule #>> $GenerateLog
9898
}
9999
else {
100100
if ($IsInvokedByPipeline) {

0 commit comments

Comments
 (0)