Clean up azure-sdk-tools and reduce dependency on external resources (#228)
This commit is contained in:
parent
34468b6e46
commit
c22e4f8386
@ -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)
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
@ -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: .
|
||||
Loading…
Reference in New Issue
Block a user