diff --git a/eng/pipelines/docindex.yml b/eng/pipelines/docindex.yml index 70250ba04309..171b3ee16994 100644 --- a/eng/pipelines/docindex.yml +++ b/eng/pipelines/docindex.yml @@ -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 \ No newline at end of file +- 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 diff --git a/eng/pipelines/mgmt.yml b/eng/pipelines/mgmt.yml index 178968e2eb0a..034d6d84943c 100644 --- a/eng/pipelines/mgmt.yml +++ b/eng/pipelines/mgmt.yml @@ -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 diff --git a/eng/templates/Azure.Management.Template/content/ci.yml b/eng/templates/Azure.Management.Template/content/ci.yml index 81bbf203183a..9be137f8fa92 100644 --- a/eng/templates/Azure.Management.Template/content/ci.yml +++ b/eng/templates/Azure.Management.Template/content/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/ProviderNameLowercase/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/ProviderNameLowercase/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/appconfiguration/ci.yml b/sdk/appconfiguration/ci.yml index 9abf93442b51..81f3f8e44808 100644 --- a/sdk/appconfiguration/ci.yml +++ b/sdk/appconfiguration/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/appconfiguration/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/appconfiguration/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/appconfiguration/tests.yml b/sdk/appconfiguration/tests.yml index c6a9e9d9c52e..de0a72161393 100644 --- a/sdk/appconfiguration/tests.yml +++ b/sdk/appconfiguration/tests.yml @@ -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 \ No newline at end of file + ServiceDirectory: appconfiguration diff --git a/sdk/applicationinsights/ci.yml b/sdk/applicationinsights/ci.yml index bf31d11d38e8..4dce1187df81 100644 --- a/sdk/applicationinsights/ci.yml +++ b/sdk/applicationinsights/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/applicationinsights/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/applicationinsights/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: @@ -40,4 +35,3 @@ stages: Artifacts: - name: Microsoft.Azure.ApplicationInsights.Query safeName: MicrosoftAzureApplicationInsightsQuery - diff --git a/sdk/attestation/ci.yml b/sdk/attestation/ci.yml index 5f6ec042d62a..8adae81edfcd 100644 --- a/sdk/attestation/ci.yml +++ b/sdk/attestation/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/attestation/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/attestation/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: @@ -40,4 +35,3 @@ stages: Artifacts: - name: Microsoft.Azure.Attestation safeName: MicrosoftAzureAttestation - diff --git a/sdk/batch/ci.yml b/sdk/batch/ci.yml index e4878c80255d..5d7d04f92c1d 100644 --- a/sdk/batch/ci.yml +++ b/sdk/batch/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/batch/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/batch/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/cognitiveservices/ci.yml b/sdk/cognitiveservices/ci.yml index 35f6f260fc5d..55cfff7c0f1f 100644 --- a/sdk/cognitiveservices/ci.yml +++ b/sdk/cognitiveservices/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/cognitiveservices/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/cognitiveservices/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/compute/ci.yml b/sdk/compute/ci.yml index c93d8c2b5fd8..111f7024e964 100644 --- a/sdk/compute/ci.yml +++ b/sdk/compute/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/compute/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/compute/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/containerregistry/ci.yml b/sdk/containerregistry/ci.yml index af530b6dc27b..391908cd7e66 100644 --- a/sdk/containerregistry/ci.yml +++ b/sdk/containerregistry/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/containerregistry/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/containerregistry/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/core/ci.yml b/sdk/core/ci.yml index c1c7874fb0cf..8c7322fa2703 100644 --- a/sdk/core/ci.yml +++ b/sdk/core/ci.yml @@ -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: @@ -23,7 +20,6 @@ trigger: - eng/ exclude: - eng/mgmt/ - pr: branches: include: @@ -38,7 +34,6 @@ pr: - samples/ exclude: - eng/mgmt/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/core/tests.yml b/sdk/core/tests.yml index b861985c4613..85a7c69830a7 100644 --- a/sdk/core/tests.yml +++ b/sdk/core/tests.yml @@ -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: core +- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml + parameters: + ServiceDirectory: core diff --git a/sdk/digitaltwins/ci.yml b/sdk/digitaltwins/ci.yml index 3185604d9e33..8f4a18e41ee8 100644 --- a/sdk/digitaltwins/ci.yml +++ b/sdk/digitaltwins/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/digitaltwins/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/digitaltwins/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/digitaltwins/tests.yml b/sdk/digitaltwins/tests.yml index eac38fc1985e..451da2448a75 100644 --- a/sdk/digitaltwins/tests.yml +++ b/sdk/digitaltwins/tests.yml @@ -1,12 +1,11 @@ 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: @@ -14,5 +13,4 @@ jobs: Location: westus2 SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview) EnvVars: - # Runs live tests. AZURE_IOT_TEST_MODE: Live diff --git a/sdk/eventgrid/ci.yml b/sdk/eventgrid/ci.yml index 848a9da32b9a..f81ca0482ac3 100644 --- a/sdk/eventgrid/ci.yml +++ b/sdk/eventgrid/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/eventgrid/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/eventgrid/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/eventhub/ci.yml b/sdk/eventhub/ci.yml index 451dd29f4c0f..f482bb8969a9 100644 --- a/sdk/eventhub/ci.yml +++ b/sdk/eventhub/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/eventhub/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/eventhub/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/eventhub/tests.yml b/sdk/eventhub/tests.yml index 714dd8a86248..dc8da8abee04 100644 --- a/sdk/eventhub/tests.yml +++ b/sdk/eventhub/tests.yml @@ -1,15 +1,14 @@ 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: MaxParallel: 6 ServiceDirectory: eventhub - TimeoutInMinutes: 120 \ No newline at end of file + TimeoutInMinutes: 120 diff --git a/sdk/extensions/ci.yml b/sdk/extensions/ci.yml index b4e00f9a6cd1..5bfb24b6176c 100644 --- a/sdk/extensions/ci.yml +++ b/sdk/extensions/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/extensions/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/extensions/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/extensions/tests.yml b/sdk/extensions/tests.yml index 103ab2afbd82..d282b28c6b00 100644 --- a/sdk/extensions/tests.yml +++ b/sdk/extensions/tests.yml @@ -1,12 +1,11 @@ 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: diff --git a/sdk/formrecognizer/ci.yml b/sdk/formrecognizer/ci.yml index eb4d4d1286f5..b9c9d7a27cae 100644 --- a/sdk/formrecognizer/ci.yml +++ b/sdk/formrecognizer/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/formrecognizer/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/formrecognizer/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/formrecognizer/tests.yml b/sdk/formrecognizer/tests.yml index 3980668b3084..384cee0675b7 100644 --- a/sdk/formrecognizer/tests.yml +++ b/sdk/formrecognizer/tests.yml @@ -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: formrecognizer \ No newline at end of file + ServiceDirectory: formrecognizer diff --git a/sdk/graphrbac/ci.yml b/sdk/graphrbac/ci.yml index 18069fd34c60..cfcca94a0b7b 100644 --- a/sdk/graphrbac/ci.yml +++ b/sdk/graphrbac/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/graphrbac/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/graphrbac/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/hdinsight/ci.yml b/sdk/hdinsight/ci.yml index e362d4f44c37..d8df030ca458 100644 --- a/sdk/hdinsight/ci.yml +++ b/sdk/hdinsight/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/hdinsight/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/hdinsight/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/identity/ci.yml b/sdk/identity/ci.yml index 74576fbce656..d6eb8cbbeb56 100644 --- a/sdk/identity/ci.yml +++ b/sdk/identity/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/identity/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/identity/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/identity/tests.yml b/sdk/identity/tests.yml index 045434c2942f..44b46c0561f2 100644 --- a/sdk/identity/tests.yml +++ b/sdk/identity/tests.yml @@ -1,12 +1,11 @@ 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: @@ -14,4 +13,4 @@ jobs: EnvVars: AZURE_IDENTITY_TEST_TENANTID: $(net-identity-tenantid) AZURE_IDENTITY_TEST_USERNAME: $(net-identity-username) - AZURE_IDENTITY_TEST_PASSWORD: $(net-identity-password) \ No newline at end of file + AZURE_IDENTITY_TEST_PASSWORD: $(net-identity-password) diff --git a/sdk/keyvault/ci.yml b/sdk/keyvault/ci.yml index fd5c0f4c3b4b..277968193bdf 100644 --- a/sdk/keyvault/ci.yml +++ b/sdk/keyvault/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/keyvault/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/keyvault/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/keyvault/tests.yml b/sdk/keyvault/tests.yml index 5bd653fd60d0..15e15efafbb5 100644 --- a/sdk/keyvault/tests.yml +++ b/sdk/keyvault/tests.yml @@ -1,16 +1,14 @@ 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: keyvault EnvVars: - # Runs samples with live tests. AZURE_KEYVAULT_TEST_MODE: Live diff --git a/sdk/network/ci.yml b/sdk/network/ci.yml index 2e68b57f177a..aaf549f6a8ea 100644 --- a/sdk/network/ci.yml +++ b/sdk/network/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/network/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/network/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/operationalinsights/ci.yml b/sdk/operationalinsights/ci.yml index b0e1d7058411..12de67a84467 100644 --- a/sdk/operationalinsights/ci.yml +++ b/sdk/operationalinsights/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/operationalinsights/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/operationalinsights/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/resources/ci.yml b/sdk/resources/ci.yml index 7a4a9fa33a0b..bc13d1183d47 100644 --- a/sdk/resources/ci.yml +++ b/sdk/resources/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/resources/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/resources/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/search/ci.yml b/sdk/search/ci.yml index f63dbf3bf510..7502f92a1f39 100644 --- a/sdk/search/ci.yml +++ b/sdk/search/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/search/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/search/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/search/tests.yml b/sdk/search/tests.yml index 9903256ec8a4..626c01e7a54b 100644 --- a/sdk/search/tests.yml +++ b/sdk/search/tests.yml @@ -1,16 +1,15 @@ 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: search MaxParallel: 2 EnvVars: - AZURE_SEARCH_TEST_MODE: Live \ No newline at end of file + AZURE_SEARCH_TEST_MODE: Live diff --git a/sdk/servicebus/ci.yml b/sdk/servicebus/ci.yml index f0d9979669e0..c8c7836b764e 100644 --- a/sdk/servicebus/ci.yml +++ b/sdk/servicebus/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/servicebus/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/servicebus/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/servicebus/tests.yml b/sdk/servicebus/tests.yml index 2d7696a51c10..bddb2f3b3f80 100644 --- a/sdk/servicebus/tests.yml +++ b/sdk/servicebus/tests.yml @@ -1,12 +1,11 @@ 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: @@ -14,4 +13,4 @@ jobs: ServiceDirectory: servicebus TimeoutInMinutes: 120 EnvVars: - SERVICE_BUS_CONNECTION_STRING: $(net-service-bus-test-connection-string) \ No newline at end of file + SERVICE_BUS_CONNECTION_STRING: $(net-service-bus-test-connection-string) diff --git a/sdk/storage/ci.yml b/sdk/storage/ci.yml index 38c117eff19a..037e53c5dea0 100644 --- a/sdk/storage/ci.yml +++ b/sdk/storage/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/storage/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/storage/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/storage/tests.yml b/sdk/storage/tests.yml index 91a0a163cd8c..97a294ffb015 100644 --- a/sdk/storage/tests.yml +++ b/sdk/storage/tests.yml @@ -1,15 +1,14 @@ 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: storage - BuildInParallel: false - TimeoutInMinutes: 300 +- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml + parameters: + ServiceDirectory: storage + BuildInParallel: false + TimeoutInMinutes: 300 diff --git a/sdk/synapse/ci.yml b/sdk/synapse/ci.yml index 2cd2fadfe0dc..b73695986707 100644 --- a/sdk/synapse/ci.yml +++ b/sdk/synapse/ci.yml @@ -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: @@ -21,7 +18,6 @@ trigger: paths: include: - sdk/synapse/ - pr: branches: include: @@ -32,7 +28,6 @@ pr: paths: include: - sdk/synapse/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: @@ -40,4 +35,4 @@ stages: ArtifactName: packages Artifacts: - name: Microsoft.Azure.Synapse - safeName: MicrosoftAzureSynapse \ No newline at end of file + safeName: MicrosoftAzureSynapse diff --git a/sdk/tables/ci.yml b/sdk/tables/ci.yml index 4f3b5bb907bd..7d287f796128 100644 --- a/sdk/tables/ci.yml +++ b/sdk/tables/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/tables/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/tables/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/tables/tests.yml b/sdk/tables/tests.yml index edcb2d52a9e7..bf873cfcc4bb 100644 --- a/sdk/tables/tests.yml +++ b/sdk/tables/tests.yml @@ -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: tables \ No newline at end of file + ServiceDirectory: tables diff --git a/sdk/template/ci.yml b/sdk/template/ci.yml index d20c17455c5d..e83da8d84e08 100644 --- a/sdk/template/ci.yml +++ b/sdk/template/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/template/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/template/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/textanalytics/ci.yml b/sdk/textanalytics/ci.yml index 6e5afe70713d..484ef7897b5c 100644 --- a/sdk/textanalytics/ci.yml +++ b/sdk/textanalytics/ci.yml @@ -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: @@ -20,7 +17,6 @@ trigger: paths: include: - sdk/textanalytics/ - pr: branches: include: @@ -31,7 +27,6 @@ pr: paths: include: - sdk/textanalytics/ - stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: diff --git a/sdk/textanalytics/tests.yml b/sdk/textanalytics/tests.yml index 5d31281fc328..b1aac696371d 100644 --- a/sdk/textanalytics/tests.yml +++ b/sdk/textanalytics/tests.yml @@ -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: textanalytics \ No newline at end of file + ServiceDirectory: textanalytics