We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6600c1 commit 2c0efa3Copy full SHA for 2c0efa3
azure-pipelines.yml
@@ -9,10 +9,11 @@ resources:
9
type: github
10
name: mingmingkong-gd/python-sample-vscode-flask-tutorial
11
endpoint: mingmingkong-gd
12
- # - repository: kmmtestrepo
13
- # type: github
14
- # name: kmmtestrepo
15
- # endpoint: ado-test
+ - repository: kmmtestrepo-a
+ type: github
+ name: mingmingkong-gd/kmmtestrepo
+ endpoint: mingmingkong-gd
16
+
17
18
variables:
19
${{ if eq(variables['Build.SourceBranchName'], 'master') }}:
@@ -37,7 +38,7 @@ jobs:
37
38
- job: testb
39
steps:
40
- checkout: self
- # - checkout: kmmtestrepo
41
+ - checkout: kmmtestrepo-a
42
- template: template.yml
43
44
- task: Bash@3
0 commit comments