Skip to content

Commit

Permalink
Try fixing azure-pipelines Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Dec 1, 2023
1 parent b71227d commit d15c764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/shared/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ parameters:
default: ""
- name: sourceDir
type: string
default: "$(System.DefaultWorkingDirectory)"
default: "$(Build.Repository.LocalPath)"
- name: buildDir
type: string
default: build
default: "$(Build.BinariesDirectory)"

steps:
- checkout: self
Expand Down

0 comments on commit d15c764

Please sign in to comment.