Skip to content

Commit

Permalink
Update env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
anveshmuppeda committed Apr 20, 2024
1 parent 584b20f commit cb72252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/variables/06-environment-variable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ stages:
- job: BuildJob
displayName: "Build Job"
steps:
- script: echo "The current working directory is ${{ env.BUILD_SOURCESDIRECTORY }}"
- script: echo "The current working directory is ${{ BUILD_SOURCESDIRECTORY }}"
displayName: "Env variable"

0 comments on commit cb72252

Please sign in to comment.