We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c80c7b8 + f5b411a commit 5e336cfCopy full SHA for 5e336cf
azure-pipelines/build-pipeline.yml
@@ -99,7 +99,7 @@ stages:
99
targetType: 'inline'
100
script: |
101
Get-ChildItem -Include "*.tsx","*.ts" -Recurse | `
102
- ForEach { (Get-Content $_.PSPath | ForEach { ($_ -replace '([from|import])\s?[''"](igniteui-[react|dockmanager].*)[''"]', '$1 "@infragistics/$2"') }) | `
+ ForEach { (Get-Content $_.PSPath | ForEach { ($_ -replace '(from|import)\s?[''"](igniteui-(react|dockmanager).*)[''"]', '$1 "@infragistics/$2"') }) | `
103
Set-Content $_.PSPath }
104
105
- task: PowerShell@2
0 commit comments