We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5434252 commit fe90ed5Copy full SHA for fe90ed5
1 file changed
azure-pipelines.yml
@@ -12,8 +12,8 @@ stages:
12
- bash: echo $(pipelinevariable)
13
- bash: echo $(Build.BuildNumber)
14
- bash: echo $(Build.BuildId)
15
- - bash: echo $(Build.BuildSourceBranchName)
16
- - bash: echo $(Build.BuildSourceDirectory)
+ - bash: echo $(Build.SourceBranchName)
+ - bash: echo $(Build.SourceDirectory)
17
- bash: echo $(System.DefaultWorkingDirectory)
18
- bash: ls -r $(System.DefaultWorkingDirectory)
19
- bash: echo $(Build.DefaultWorkingDirectory)
0 commit comments