Remove boost_regex/example dir

It contains passwords defined for testing which breaks pre-analysis checks in release ci
This commit is contained in:
Stefan Markovic
2023-11-29 16:10:55 +01:00
parent 8e66abe9ff
commit e10481df66
3 changed files with 20 additions and 0 deletions

View 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;

View File

@@ -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:

View File

@@ -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: