mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-01-07 04:46:56 +01:00
Remove boost_regex/example dir
It contains passwords defined for testing which breaks pre-analysis checks in release ci
This commit is contained in:
8
.pipelines/RemoveBoostRegexExamplesDir.ps1
Normal file
8
.pipelines/RemoveBoostRegexExamplesDir.ps1
Normal file
@@ -0,0 +1,8 @@
|
||||
Write-Output "Removing deps/boost_regex/examples dir"
|
||||
|
||||
$boostExamplesDir = $PSScriptRoot + '/../deps/boost_regex/example'
|
||||
|
||||
Remove-Item -Recurse -Force $boostExamplesDir
|
||||
|
||||
Write-Output "Removal Complete"
|
||||
exit 0;
|
||||
@@ -13,6 +13,12 @@ steps:
|
||||
packageType: sdk
|
||||
version: '6.x'
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: Remove deps/boost_regex/example
|
||||
inputs:
|
||||
filePath: '$(build.sourcesdirectory)\.pipelines\RemoveBoostRegexExamplesDir.ps1'
|
||||
pwsh: true
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: Verify XAML formatting
|
||||
inputs:
|
||||
|
||||
@@ -93,6 +93,12 @@ extends:
|
||||
packageType: sdk
|
||||
version: '8.x'
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: Remove deps/boost_regex/example
|
||||
inputs:
|
||||
filePath: '$(build.sourcesdirectory)\.pipelines\RemoveBoostRegexExamplesDir.ps1'
|
||||
pwsh: true
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: Verify and set latest VCToolsVersion usage
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user