From 589d7c2931477cd5a90b0890e1b75cff1c699b90 Mon Sep 17 00:00:00 2001 From: v-soujanya <101401302+v-soujanya@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:05:21 +0530 Subject: [PATCH] create release yml fixes (#1438) --- .../azure-pipelines-create-release.yml | 79 ++++++++++--------- 1 file changed, 41 insertions(+), 38 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-create-release.yml b/.azure-pipelines/azure-pipelines-create-release.yml index 17270a74..402c0995 100644 --- a/.azure-pipelines/azure-pipelines-create-release.yml +++ b/.azure-pipelines/azure-pipelines-create-release.yml @@ -9,49 +9,52 @@ pr: none trigger: none jobs: - -- job: 'Build_Publish_Azure_DevOps_CLI_Extension' - pool: - vmImage: 'ubuntu-latest' - - steps: - - task: UsePythonVersion@0 - inputs: - versionSpec: '3.x' - architecture: 'x64' - - script: pip install setuptools - displayName: 'install setuptools' - - - template: templates/setup-ci-machine.yml - - - template: templates/build-publish-azure-devops-cli-extension.yml - -- job: 'Build_Publish_Azure_CLI_Test_SDK' - pool: - vmImage: 'ubuntu-latest' - - steps: - - task: UsePythonVersion@0 - inputs: - versionSpec: '3.x' - architecture: 'x64' - - script: pip install setuptools - displayName: 'install setuptools' - - - template: templates/setup-ci-machine.yml - - - template: templates/build-publish-azure-cli-test-sdk.yml - +#- job: 'Build_Publish_Azure_DevOps_CLI_Extension' +# pool: +# vmImage: 'ubuntu-latest' +# +# steps: +# - task: UsePythonVersion@0 +# inputs: +# versionSpec: '3.x' +# architecture: 'x64' +# - script: pip install setuptools +# displayName: 'install setuptools' +# +# - template: templates/setup-ci-machine.yml +# +# - template: templates/build-publish-azure-devops-cli-extension.yml + +#- job: 'Build_Publish_Azure_CLI_Test_SDK' +# pool: +# vmImage: 'ubuntu-latest' +# +# steps: +# - task: UsePythonVersion@0 +# inputs: +# versionSpec: '3.x' +# architecture: 'x64' +# - script: pip install setuptools +# displayName: 'install setuptools' +# +# - template: templates/setup-ci-machine.yml +# +# - template: templates/build-publish-azure-cli-test-sdk.yml + +#- job: 'Run_Test' +# dependsOn : Build_Publish_Azure_CLI_Test_SDK +# pool: +# vmImage: 'macOS-latest' +# +# steps: +# - template: templates/run-tests.yml +# parameters: +# pythonVersion: '3.10' - job: 'Run_Test' - dependsOn : Build_Publish_Azure_CLI_Test_SDK pool: vmImage: 'macOS-latest' steps: - - template: templates/run-tests.yml - parameters: - pythonVersion: '3.10' - - script: 'pip install .' displayName: 'Install the whl locally' workingDirectory: 'azure-devops/'