Skip to content

Commit f738c6a

Browse files
committed
Update sychronizeFeatureBranch_pipeline.yml for Azure Pipelines
1 parent 5cc2f2d commit f738c6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pipelines/sychronizeFeatureBranch_pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ steps:
5757
workingDirectory: '$(System.DefaultWorkingDirectory)'
5858
displayName: 'Get Environment Tenant Details'
5959
- script: |
60-
echo $(source_environment_hostname)
61-
echo $(source_environment_port)
62-
echo $(admin_user)
63-
echo $(source_type)
60+
#echo $(source_environment_hostname)
61+
#echo $(source_environment_port)
62+
#echo $(admin_user)
63+
#echo $(source_type)
6464
repoName=$(perl -MURI::Escape -e 'print uri_escape($ARGV[0]);' "$(repoName)")
65-
echo $(repoName)
65+
#echo $(repoName)
6666
6767
6868
LOCAL_DEV_URL=https://$(source_environment_hostname):$(source_environment_port)

0 commit comments

Comments
 (0)