From 00de5a093a3028df08b0515c68afd15841e0fdfc Mon Sep 17 00:00:00 2001 From: Kevin Marquette Date: Tue, 16 Oct 2018 09:15:50 -0700 Subject: [PATCH] remove comments --- BuildTasks/BuildModule.Task.ps1 | 2 +- azure-pipelines.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/BuildTasks/BuildModule.Task.ps1 b/BuildTasks/BuildModule.Task.ps1 index 7b2fc88..85df93c 100644 --- a/BuildTasks/BuildModule.Task.ps1 +++ b/BuildTasks/BuildModule.Task.ps1 @@ -86,6 +86,6 @@ taskx BuildModule @{ Set-Content -Path $ModulePath -Value $sb.ToString() -Encoding 'UTF8' 'Moving "#Requires" statements and "using" directives...' - Move-Statement -Path $ModulePath -Type 'Comment', 'Keyword' -Token '#Requires', 'using' -Index 0 + #Move-Statement -Path $ModulePath -Type 'Comment', 'Keyword' -Token '#Requires', 'using' -Index 0 } } diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c982e14..d976f2c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,8 +7,7 @@ #- repo: self # clean: true # fetchDepth: 1 -#queue: -# name: Hosted VS2017 + trigger: batch: true branches: