Skip to content

Commit 2c0efa3

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent e6600c1 commit 2c0efa3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ resources:
99
type: github
1010
name: mingmingkong-gd/python-sample-vscode-flask-tutorial
1111
endpoint: mingmingkong-gd
12-
# - repository: kmmtestrepo
13-
# type: github
14-
# name: kmmtestrepo
15-
# endpoint: ado-test
12+
- repository: kmmtestrepo-a
13+
type: github
14+
name: mingmingkong-gd/kmmtestrepo
15+
endpoint: mingmingkong-gd
16+
1617

1718
variables:
1819
${{ if eq(variables['Build.SourceBranchName'], 'master') }}:
@@ -37,7 +38,7 @@ jobs:
3738
- job: testb
3839
steps:
3940
- checkout: self
40-
# - checkout: kmmtestrepo
41+
- checkout: kmmtestrepo-a
4142
- template: template.yml
4243

4344
- task: Bash@3

0 commit comments

Comments
 (0)