Skip to content

Commit da8494e

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent 19e69d8 commit da8494e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020

2121
trigger:
2222
- master
23-
- release
23+
24+
2425

2526

2627

@@ -43,6 +44,7 @@ jobs:
4344
echo "the Build.BuildNumber is $(Build.BuildNumber)"
4445
echo " current workspace is $(Agent.BuildDirectory)"
4546
echo "current dir is $(Build.SourcesDirectory)"
47+
echo "source branch is $(Build.SourceBranch)"
4648
echo testabc
4749
4850

0 commit comments

Comments
 (0)