Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump up version to 0.6.0 #562

Merged
merged 4 commits into from
Apr 26, 2019
Merged
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
15 changes: 14 additions & 1 deletion .azure-pipelines/azure-pipelines-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- task: AzureFileCopy@2
displayName: 'Publish wheel to azure storage'
inputs:
sourcePath: 'azure-devops/dist/azure_devops-0.5.0-py2.py3-none-any.whl'
sourcePath: 'azure-devops/dist/azure_devops-0.6.0-py2.py3-none-any.whl'
azureConnectionType: 'ConnectedServiceNameARM'
azureSubscription: 'CodeLens_Test (6bd70c51-ff44-4c89-9212-8d3f10e2a90a)'
destination: 'azureBlob'
Expand Down Expand Up @@ -181,6 +181,19 @@ jobs:
scriptSource: 'filePath'
scriptPath: 'scripts/findEmptyHelpTexts.py'

- job: 'Run_Test_From_Old_Release'
dependsOn : Build_Publish_Azure_CLI_Test_SDK
pool:
vmImage: 'macOS-10.13'

steps:
- script: git checkout release-0.5.0

- template: templates/run-tests.yml
parameters:
pythonVersion: '3.x'
runOnlyRecordedTests: 'true'

- job: 'Check_Back_Compat_Arguments'
pool:
vmImage: 'vs2017-win2016'
Expand Down
13 changes: 13 additions & 0 deletions .azure-pipelines/azure-pipelines-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,19 @@ jobs:
scriptSource: 'filePath'
scriptPath: 'scripts/findEmptyHelpTexts.py'

- job: 'Run_Test_From_Old_Release'
dependsOn : Build_Publish_Azure_CLI_Test_SDK
pool:
vmImage: 'macOS-10.13'

steps:
- script: git checkout release-0.5.0

- template: templates/run-tests.yml
parameters:
pythonVersion: '3.x'
runOnlyRecordedTests: 'true'

- job: 'Check_Back_Compat_Arguments'
pool:
vmImage: 'vs2017-win2016'
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Azure-Devops extension version:
Use az --version
Look for something like-
Extensions:
azure-devops (0.5.0)
azure-devops (0.6.0)

Steps to reproduce the behavior:
1. login using az login
Expand Down
2 changes: 1 addition & 1 deletion azure-devops/azext_devops/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------

VERSION = "0.5.0"
VERSION = "0.6.0"