Skip to content

Commit debc292

Browse files
Remove unused getUpdatedPaths file and CI interaction
1 parent 7c7e1d7 commit debc292

File tree

2 files changed

+3
-74
lines changed

2 files changed

+3
-74
lines changed

ci/azure-pipelines-extensions.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ extends:
3434
param(
3535
[string] $fileName
3636
)
37-
$exceptions = @("*.gif", "*.svg", "*.png", "*.dll",
37+
$exceptions = @("*.gif", "*.svg", "*.png", "*.dll",
3838
"*\extensions\artifactengine\providers\typed-rest-client\httpclient.ts", "*\extensions\artifactengine\providers\typed-rest-client\util.ts",
3939
"*\extensions\bitbucket\src\tasks\downloadartifactsbitbucket\downloadbitbucket.js",
4040
"*\extensions\externaltfs\src\tasks\downloadartifactstfsgit\downloadtfgit.js")
4141
@($exceptions | ? { $fileName -ilike $_ }).Count -gt 0
4242
}
4343
Write-Host "Ensure there are no dev.azure.com and url.parse strings in the code."
44-
@("$(Build.Repository.LocalPath)\Extensions", "$(Build.Repository.LocalPath)\ServerTaskHelper", "$(Build.Repository.LocalPath)\TaskModules") | % {
44+
@("$(Build.Repository.LocalPath)\Extensions", "$(Build.Repository.LocalPath)\ServerTaskHelper", "$(Build.Repository.LocalPath)\TaskModules") | % {
4545
dir $_ -rec | % {
4646
if ($_.Attributes -eq "Directory") {
4747
return
@@ -72,8 +72,6 @@ extends:
7272
displayName: 'Use Node 10.24.1'
7373
inputs:
7474
versionSpec: 10.24.1
75-
- powershell: 'node getUpdatedPaths.js'
76-
displayName: 'PowerShell Script'
7775
- task: Npm@1
7876
displayName: 'npm install'
7977
inputs:
@@ -86,5 +84,4 @@ extends:
8684
displayName: 'gulp test'
8785
inputs:
8886
targets: test
89-
arguments: '--suite=ArtifactEngine'
90-
condition: or(contains(variables['UPDATEDAREAPATHS'], 'ArtifactEngine'),contains(variables['UPDATEDAREAPATHS'], 'package.json'))
87+
arguments: '--suite=ArtifactEngine'

getUpdatedPaths.js

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)