Skip to content

Commit

Permalink
Fix path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelvds committed Nov 10, 2023
1 parent 5d131de commit 1037776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/templates/stages/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ stages:
steps:
- checkout: self
- pwsh: |
$version = (Select-Xml -Path ./Directory.Build.props -XPath 'Project/PropertyGroup/Version').Node.InnerText
$version = (Select-Xml -Path "$(System.DefaultWorkingDirectory)/Directory.Build.props" -XPath 'Project/PropertyGroup/Version').Node.InnerText
echo "Creating directory for Windows scripts..."
mkdir -p $(Build.ArtifactStagingDirectory)/scripts-windows
echo "Copying Windows scripts to artifacts directory..."
Expand Down

0 comments on commit 1037776

Please sign in to comment.