We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472a27b commit a79a7d2Copy full SHA for a79a7d2
tools/BuildScripts/BuildScripts.psm1
@@ -94,7 +94,7 @@ function Invoke-SubModuleGeneration {
94
$tspLocationPath = Join-Path $GenerateDirectory "tsp-location.yaml"
95
if (Test-Path $tspLocationPath) {
96
# Not good practice to do this, this requires 'PrepareAutorestModule.ps1' to prepare AzDev
97
- New-DevTSPModule >> $GenerateLog
+ New-DevTSPModule #>> $GenerateLog
98
}
99
else {
100
if ($IsInvokedByPipeline) {
0 commit comments