From fecb5d3605bb57c32d5bfd87d18224a24f7226e6 Mon Sep 17 00:00:00 2001 From: Kevin Marquette Date: Tue, 16 Oct 2018 09:16:49 -0700 Subject: [PATCH] revert commit --- BuildTasks/BuildModule.Task.ps1 | 2 +- azure-pipelines.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BuildTasks/BuildModule.Task.ps1 b/BuildTasks/BuildModule.Task.ps1 index 85df93c..7b2fc88 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 d976f2c..c982e14 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,8 @@ #- repo: self # clean: true # fetchDepth: 1 - +#queue: +# name: Hosted VS2017 trigger: batch: true branches: