Skip to content

Commit fe90ed5

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 5434252 commit fe90ed5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ stages:
1212
- bash: echo $(pipelinevariable)
1313
- bash: echo $(Build.BuildNumber)
1414
- bash: echo $(Build.BuildId)
15-
- bash: echo $(Build.BuildSourceBranchName)
16-
- bash: echo $(Build.BuildSourceDirectory)
15+
- bash: echo $(Build.SourceBranchName)
16+
- bash: echo $(Build.SourceDirectory)
1717
- bash: echo $(System.DefaultWorkingDirectory)
1818
- bash: ls -r $(System.DefaultWorkingDirectory)
1919
- bash: echo $(Build.DefaultWorkingDirectory)

0 commit comments

Comments
 (0)