Skip to content
Closed
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
96 changes: 48 additions & 48 deletions eng/pipelines/docindex.yml
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
resources:
repositories:
- repository: azure-sdk-tools
type: github
name: azure/azure-sdk-tools
endpoint: azure

- repository: azure-sdk-tools
type: github
name: azure/azure-sdk-tools
endpoint: azure
ref: refs/tags/azure-sdk-tools_20200604.3
jobs:
- job: GenerateDocIndex
variables:
- template: templates/variables/globals.yml
pool:
vmImage: windows-2019
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.6'
inputs:
versionSpec: '3.6'
- template: eng/pipelines/templates/scripts/replace-relative-links.yml@azure-sdk-tools
parameters:
TargetFolder: '.'
RootFolder: '.'
BuildSHA: $(Build.SourceVersion)
RepoId: 'Azure/azure-sdk-for-net'
- pwsh: |
Invoke-WebRequest -MaximumRetryCount 10 -Uri "https://github.com/dotnet/docfx/releases/download/v2.43.2/docfx.zip" `
-OutFile "docfx.zip" | Wait-Process; Expand-Archive -Path "docfx.zip" -DestinationPath "./docfx/"
workingDirectory: $(Build.SourcesDirectory)
displayName: Download and Extract DocFX
- pwsh: |
$(Build.SourcesDirectory)/doc/ApiDocGeneration/Generate-DocIndex.ps1 -RepoRoot $(Build.SourcesDirectory) -DocGenDir "$(Build.SourcesDirectory)/doc/ApiDocGeneration" -verbose
displayName: 'Generate Doc Index'
- task: UsePythonVersion@0
displayName: 'Use Python 3.6'
inputs:
versionSpec: '3.6'
- template: eng/pipelines/templates/scripts/mashup-doc-index.yml@azure-sdk-tools
parameters:
SourceDirectory: $(Build.SourcesDirectory)
- task: CopyFiles@2
displayName: Copy HTML to Artifacts Directory
inputs:
sourceFolder: $(Build.SourcesDirectory)/docfx_project/
content: '**\*'
targetFolder: $(Build.ArtifactStagingDirectory)/docfx_project
overWrite: true
- task: PublishPipelineArtifact@0
condition: succeeded()
inputs:
artifactName: "Doc.Index"
targetPath: $(Build.ArtifactStagingDirectory)/docfx_project/_site
- job: GenerateDocIndex
variables:
- template: templates/variables/globals.yml
pool:
vmImage: windows-2019
steps:
- task: UsePythonVersion@0
displayName: Use Python 3.6
inputs:
versionSpec: "3.6"
- template: eng/pipelines/templates/scripts/replace-relative-links.yml@azure-sdk-tools
parameters:
TargetFolder: .
RootFolder: .
BuildSHA: $(Build.SourceVersion)
RepoId: Azure/azure-sdk-for-net
- pwsh: |
Invoke-WebRequest -MaximumRetryCount 10 -Uri "https://github.com/dotnet/docfx/releases/download/v2.43.2/docfx.zip" `
-OutFile "docfx.zip" | Wait-Process; Expand-Archive -Path "docfx.zip" -DestinationPath "./docfx/"
workingDirectory: $(Build.SourcesDirectory)
displayName: Download and Extract DocFX
- pwsh: |
$(Build.SourcesDirectory)/doc/ApiDocGeneration/Generate-DocIndex.ps1 -RepoRoot $(Build.SourcesDirectory) -DocGenDir "$(Build.SourcesDirectory)/doc/ApiDocGeneration" -verbose
displayName: Generate Doc Index
- task: UsePythonVersion@0
displayName: Use Python 3.6
inputs:
versionSpec: "3.6"
- template: eng/pipelines/templates/scripts/mashup-doc-index.yml@azure-sdk-tools
parameters:
SourceDirectory: $(Build.SourcesDirectory)
- task: CopyFiles@2
displayName: Copy HTML to Artifacts Directory
inputs:
sourceFolder: $(Build.SourcesDirectory)/docfx_project/
content: '**\*'
targetFolder: $(Build.ArtifactStagingDirectory)/docfx_project
overWrite: true
- task: PublishPipelineArtifact@0
condition: succeeded()
inputs:
artifactName: Doc.Index
targetPath: $(Build.ArtifactStagingDirectory)/docfx_project/_site
7 changes: 4 additions & 3 deletions eng/pipelines/mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,13 @@ resources:
type: github
name: Azure/azure-sdk-tools
endpoint: azure
ref: refs/tags/azure-sdk-tools_20200604.3
variables:
DotNetCoreSDKVersion: '2.2.202'
DotNetCoreSDKVersion: 2.2.202
skipComponentGovernanceDetection: true
msBuildLogDir: msbuildlogs
loggingArgs: '/clp:ShowtimeStamp /flp:LogFile=$(msBuildLogDir)/msbuild.normal.log;Verbosity=normal /flp1:Summary;Verbosity=minimal;LogFile=$(msBuildLogDir)/msbuild.sum.log /flp2:warningsonly;logfile=$(msBuildLogDir)/msbuild.wrn.log /flp3:errorsonly;logfile=$(msBuildLogDir)/msbuild.err.log'
RPScopeArgs: '/p:PullRequestNumber=$(system.pullrequest.pullrequestnumber) /p:RepoHtmlUrl=https://github.com/$(build.repository.id) /p:CIBuildId=$(OfficialBuildId)'
loggingArgs: /clp:ShowtimeStamp /flp:LogFile=$(msBuildLogDir)/msbuild.normal.log;Verbosity=normal /flp1:Summary;Verbosity=minimal;LogFile=$(msBuildLogDir)/msbuild.sum.log /flp2:warningsonly;logfile=$(msBuildLogDir)/msbuild.wrn.log /flp3:errorsonly;logfile=$(msBuildLogDir)/msbuild.err.log
RPScopeArgs: /p:PullRequestNumber=$(system.pullrequest.pullrequestnumber) /p:RepoHtmlUrl=https://github.com/$(build.repository.id) /p:CIBuildId=$(OfficialBuildId)
timeoutInMinutes: 120
jobs:
- template: templates/jobs/archetype-sdk-mgmt.yml
Expand Down
21 changes: 8 additions & 13 deletions eng/templates/Azure.Management.Template/content/ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
ref: refs/tags/azure-sdk-tools_20200604.3
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools
trigger:
branches:
include:
Expand All @@ -20,7 +17,6 @@ trigger:
paths:
include:
- sdk/ProviderNameLowercase/

pr:
branches:
include:
Expand All @@ -31,7 +27,6 @@ pr:
paths:
include:
- sdk/ProviderNameLowercase/

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
Expand Down
21 changes: 8 additions & 13 deletions sdk/appconfiguration/ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
ref: refs/tags/azure-sdk-tools_20200604.3
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools
trigger:
branches:
include:
Expand All @@ -20,7 +17,6 @@ trigger:
paths:
include:
- sdk/appconfiguration/

pr:
branches:
include:
Expand All @@ -31,7 +27,6 @@ pr:
paths:
include:
- sdk/appconfiguration/

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
Expand Down
13 changes: 6 additions & 7 deletions sdk/appconfiguration/tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
trigger: none

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure

- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
ref: refs/tags/azure-sdk-tools_20200604.3
jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml
parameters:
ServiceDirectory: appconfiguration
ServiceDirectory: appconfiguration
22 changes: 8 additions & 14 deletions sdk/applicationinsights/ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# DO NOT EDIT THIS FILE
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The round-tripping seems to be stripping comments as well.

# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
ref: refs/tags/azure-sdk-tools_20200604.3
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools
trigger:
branches:
include:
Expand All @@ -20,7 +17,6 @@ trigger:
paths:
include:
- sdk/applicationinsights/

pr:
branches:
include:
Expand All @@ -31,7 +27,6 @@ pr:
paths:
include:
- sdk/applicationinsights/

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
Expand All @@ -40,4 +35,3 @@ stages:
Artifacts:
- name: Microsoft.Azure.ApplicationInsights.Query
safeName: MicrosoftAzureApplicationInsightsQuery

22 changes: 8 additions & 14 deletions sdk/attestation/ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
ref: refs/tags/azure-sdk-tools_20200604.3
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools
trigger:
branches:
include:
Expand All @@ -20,7 +17,6 @@ trigger:
paths:
include:
- sdk/attestation/

pr:
branches:
include:
Expand All @@ -31,7 +27,6 @@ pr:
paths:
include:
- sdk/attestation/

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
Expand All @@ -40,4 +35,3 @@ stages:
Artifacts:
- name: Microsoft.Azure.Attestation
safeName: MicrosoftAzureAttestation

21 changes: 8 additions & 13 deletions sdk/batch/ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
ref: refs/tags/azure-sdk-tools_20200604.3
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools
trigger:
branches:
include:
Expand All @@ -20,7 +17,6 @@ trigger:
paths:
include:
- sdk/batch/

pr:
branches:
include:
Expand All @@ -31,7 +27,6 @@ pr:
paths:
include:
- sdk/batch/

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
Expand Down
21 changes: 8 additions & 13 deletions sdk/cognitiveservices/ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
ref: refs/tags/azure-sdk-tools_20200604.3
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools
trigger:
branches:
include:
Expand All @@ -20,7 +17,6 @@ trigger:
paths:
include:
- sdk/cognitiveservices/

pr:
branches:
include:
Expand All @@ -31,7 +27,6 @@ pr:
paths:
include:
- sdk/cognitiveservices/

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
Expand Down
Loading