Clean up azure-sdk-tools and reduce dependency on external resources (#228)

This commit is contained in:
Chidozie Ononiwu 2020-07-02 14:20:12 -07:00 committed by GitHub
parent 34468b6e46
commit c22e4f8386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 28 deletions

View File

@ -1,10 +1,3 @@
resources:
repositories:
- repository: azure-sdk-tools
type: github
name: azure/azure-sdk-tools
endpoint: azure
jobs:
- job: GenerateDocIndex
pool:
@ -15,7 +8,7 @@ jobs:
inputs:
versionSpec: '3.6'
- template: eng/pipelines/templates/scripts/replace-relative-links.yml@azure-sdk-tools
- template: /eng/common/pipelines/templates/steps/replace-relative-links.yml
parameters:
TargetFolder: '.'
RootFolder: '.'
@ -40,7 +33,7 @@ jobs:
inputs:
versionSpec: '3.6'
- template: eng/pipelines/templates/scripts/mashup-doc-index.yml@azure-sdk-tools
- template: /eng/common/pipelines/templates/steps/mashup-doc-index.yml
parameters:
SourceDirectory: $(Build.SourcesDirectory)

View File

@ -1,7 +1,13 @@
parameters:
Artifacts: []
ServiceDirectory: not-specified
CtestRegex: .*
- name: Artifacts
type: object
default: []
- name: ServiceDirectory
type: string
default: not-specified
- name: CtestRegex
type: string
default: .*
stages:

View File

@ -1,10 +1,3 @@
resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
trigger:
branches:
include:
@ -36,4 +29,4 @@ stages:
CtestRegex: azure-core
Artifacts:
- Name: azure-core
Path: azure-core
Path: azure-core

View File

@ -1,10 +1,3 @@
resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
trigger:
branches:
include:
@ -37,4 +30,4 @@ stages:
CtestRegex: azure-core
Artifacts:
- Name: azure-storage
Path: .
Path: .