Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions ci/azure-pipelines-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ extends:
param(
[string] $fileName
)
$exceptions = @("*.gif", "*.svg", "*.png", "*.dll",
$exceptions = @("*.gif", "*.svg", "*.png", "*.dll",
"*\extensions\artifactengine\providers\typed-rest-client\httpclient.ts", "*\extensions\artifactengine\providers\typed-rest-client\util.ts",
"*\extensions\bitbucket\src\tasks\downloadartifactsbitbucket\downloadbitbucket.js",
"*\extensions\externaltfs\src\tasks\downloadartifactstfsgit\downloadtfgit.js")
@($exceptions | ? { $fileName -ilike $_ }).Count -gt 0
}
Write-Host "Ensure there are no dev.azure.com and url.parse strings in the code."
@("$(Build.Repository.LocalPath)\Extensions", "$(Build.Repository.LocalPath)\ServerTaskHelper", "$(Build.Repository.LocalPath)\TaskModules") | % {
@("$(Build.Repository.LocalPath)\Extensions", "$(Build.Repository.LocalPath)\ServerTaskHelper", "$(Build.Repository.LocalPath)\TaskModules") | % {
dir $_ -rec | % {
if ($_.Attributes -eq "Directory") {
return
Expand Down Expand Up @@ -72,8 +72,6 @@ extends:
displayName: 'Use Node 10.24.1'
inputs:
versionSpec: 10.24.1
- powershell: 'node getUpdatedPaths.js'
displayName: 'PowerShell Script'
- task: Npm@1
displayName: 'npm install'
inputs:
Expand All @@ -86,5 +84,4 @@ extends:
displayName: 'gulp test'
inputs:
targets: test
arguments: '--suite=ArtifactEngine'
condition: or(contains(variables['UPDATEDAREAPATHS'], 'ArtifactEngine'),contains(variables['UPDATEDAREAPATHS'], 'package.json'))
arguments: '--suite=ArtifactEngine'
68 changes: 0 additions & 68 deletions getUpdatedPaths.js

This file was deleted.