Skip to content

Commit 9230f29

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent f8a650e commit 9230f29

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

azure-pipelines.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ trigger:
88

99
pool:
1010
vmImage: ubuntu-latest
11-
11+
resources:
12+
repositories:
13+
- repository: templates
14+
type: github
15+
name: CroudTech/devops-azure-pipelines-step-templates
16+
ref: master
17+
endpoint: CroudTech
18+
- repository: self
1219
variables:
1320
- group: "package_managers"
1421
- name: python_version
@@ -51,3 +58,14 @@ jobs:
5158
pip install -r requirements.dev.txt
5259
python -m build
5360
python -m twine upload ./dist/* --non-interactive -u __token__ -p $(pypi_token)
61+
- job: GithubRelease
62+
dependsOn: CreateChangeSet
63+
displayName: GithubRelease
64+
steps:
65+
- template: release/github-release.yaml@templates
66+
parameters:
67+
semVer: $(semVer)
68+
github_access_token: $(github_access_token)
69+
github_org: CroudTech
70+
github_repo: croudtech-python-bootstrap-app
71+

0 commit comments

Comments
 (0)