Update Azure SDK tools Consumption Story (#5076)
This commit is contained in:
Родитель
d5bb11364b
Коммит
d748b4d2cb
|
@ -5,6 +5,13 @@ trigger: none
|
|||
|
||||
pr: none
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: azure-sdk-tools
|
||||
type: github
|
||||
name: Azure/azure-sdk-tools
|
||||
endpoint: azure
|
||||
|
||||
jobs:
|
||||
- template: templates/jobs/archetype-sdk-client.yml
|
||||
parameters:
|
||||
|
|
|
@ -1,19 +1,12 @@
|
|||
steps:
|
||||
- pwsh: |
|
||||
Invoke-WebRequest -MaximumRetryCount 10 -Uri "https://raw.githubusercontent.com/Azure/azure-sdk-tools/verify-agent-os_1.1.0/scripts/python/verify_agent_os.py" -OutFile "verify_agent_os.py" | Wait-Process
|
||||
workingDirectory: "$(Build.BinariesDirectory)"
|
||||
displayName: "Download verify_agent_os.py"
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
displayName: "Use Python 3.6"
|
||||
inputs:
|
||||
versionSpec: "3.6"
|
||||
|
||||
- task: PythonScript@0
|
||||
displayName: "Verify agent OS" # This also sets the friendly name in variable 'OSName'
|
||||
inputs:
|
||||
scriptPath: "$(Build.BinariesDirectory)/verify_agent_os.py"
|
||||
arguments: $(OSVmImage)
|
||||
- template: eng/pipelines/templates/scripts/verify-agent-os.yml@azure-sdk-tools
|
||||
parameters:
|
||||
OSName: $(OSVmImage)
|
||||
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
|
|
|
@ -6,6 +6,10 @@ resources:
|
|||
- 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
|
||||
|
||||
trigger:
|
||||
branches:
|
||||
|
|
|
@ -6,6 +6,10 @@ resources:
|
|||
- 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
|
||||
|
||||
trigger:
|
||||
branches:
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# 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
|
||||
|
||||
trigger:
|
||||
branches:
|
||||
|
|
|
@ -6,6 +6,10 @@ resources:
|
|||
- 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
|
||||
|
||||
trigger:
|
||||
branches:
|
||||
|
|
|
@ -6,6 +6,10 @@ resources:
|
|||
- 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
|
||||
|
||||
trigger:
|
||||
branches:
|
||||
|
|
|
@ -6,6 +6,10 @@ resources:
|
|||
- 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
|
||||
|
||||
trigger:
|
||||
branches:
|
||||
|
|
|
@ -6,6 +6,10 @@ resources:
|
|||
- 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
|
||||
|
||||
trigger:
|
||||
branches:
|
||||
|
|
|
@ -6,6 +6,10 @@ resources:
|
|||
- 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
|
||||
|
||||
trigger:
|
||||
branches:
|
||||
|
|
|
@ -6,6 +6,10 @@ resources:
|
|||
- 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
|
||||
|
||||
trigger:
|
||||
branches:
|
||||
|
|
Загрузка…
Ссылка в новой задаче