revert commit
This commit is contained in:
@@ -86,6 +86,6 @@ taskx BuildModule @{
|
|||||||
Set-Content -Path $ModulePath -Value $sb.ToString() -Encoding 'UTF8'
|
Set-Content -Path $ModulePath -Value $sb.ToString() -Encoding 'UTF8'
|
||||||
|
|
||||||
'Moving "#Requires" statements and "using" directives...'
|
'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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
#- repo: self
|
#- repo: self
|
||||||
# clean: true
|
# clean: true
|
||||||
# fetchDepth: 1
|
# fetchDepth: 1
|
||||||
|
#queue:
|
||||||
|
# name: Hosted VS2017
|
||||||
trigger:
|
trigger:
|
||||||
batch: true
|
batch: true
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user