Skip to content

Commit 589d7c2

Browse files
authored
create release yml fixes (#1438)
1 parent d174813 commit 589d7c2

File tree

1 file changed

+41
-38
lines changed

1 file changed

+41
-38
lines changed

.azure-pipelines/azure-pipelines-create-release.yml

Lines changed: 41 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9,49 +9,52 @@ pr: none
99
trigger: none
1010

1111
jobs:
12-
13-
- job: 'Build_Publish_Azure_DevOps_CLI_Extension'
14-
pool:
15-
vmImage: 'ubuntu-latest'
16-
17-
steps:
18-
- task: UsePythonVersion@0
19-
inputs:
20-
versionSpec: '3.x'
21-
architecture: 'x64'
22-
- script: pip install setuptools
23-
displayName: 'install setuptools'
24-
25-
- template: templates/setup-ci-machine.yml
26-
27-
- template: templates/build-publish-azure-devops-cli-extension.yml
28-
29-
- job: 'Build_Publish_Azure_CLI_Test_SDK'
30-
pool:
31-
vmImage: 'ubuntu-latest'
32-
33-
steps:
34-
- task: UsePythonVersion@0
35-
inputs:
36-
versionSpec: '3.x'
37-
architecture: 'x64'
38-
- script: pip install setuptools
39-
displayName: 'install setuptools'
40-
41-
- template: templates/setup-ci-machine.yml
42-
43-
- template: templates/build-publish-azure-cli-test-sdk.yml
44-
12+
#- job: 'Build_Publish_Azure_DevOps_CLI_Extension'
13+
# pool:
14+
# vmImage: 'ubuntu-latest'
15+
#
16+
# steps:
17+
# - task: UsePythonVersion@0
18+
# inputs:
19+
# versionSpec: '3.x'
20+
# architecture: 'x64'
21+
# - script: pip install setuptools
22+
# displayName: 'install setuptools'
23+
#
24+
# - template: templates/setup-ci-machine.yml
25+
#
26+
# - template: templates/build-publish-azure-devops-cli-extension.yml
27+
28+
#- job: 'Build_Publish_Azure_CLI_Test_SDK'
29+
# pool:
30+
# vmImage: 'ubuntu-latest'
31+
#
32+
# steps:
33+
# - task: UsePythonVersion@0
34+
# inputs:
35+
# versionSpec: '3.x'
36+
# architecture: 'x64'
37+
# - script: pip install setuptools
38+
# displayName: 'install setuptools'
39+
#
40+
# - template: templates/setup-ci-machine.yml
41+
#
42+
# - template: templates/build-publish-azure-cli-test-sdk.yml
43+
44+
#- job: 'Run_Test'
45+
# dependsOn : Build_Publish_Azure_CLI_Test_SDK
46+
# pool:
47+
# vmImage: 'macOS-latest'
48+
#
49+
# steps:
50+
# - template: templates/run-tests.yml
51+
# parameters:
52+
# pythonVersion: '3.10'
4553
- job: 'Run_Test'
46-
dependsOn : Build_Publish_Azure_CLI_Test_SDK
4754
pool:
4855
vmImage: 'macOS-latest'
4956

5057
steps:
51-
- template: templates/run-tests.yml
52-
parameters:
53-
pythonVersion: '3.10'
54-
5558
- script: 'pip install .'
5659
displayName: 'Install the whl locally'
5760
workingDirectory: 'azure-devops/'

0 commit comments

Comments
 (0)