Skip to content

Commit

Permalink
provide full path to config
Browse files Browse the repository at this point in the history
  • Loading branch information
shaed-parkar committed Dec 6, 2024
1 parent 8c65bee commit 90f7244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/templates/run-ui-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ steps:
displayName: Determine Version
inputs:
useConfigFile: true
configFilePath: 'GitVersion.yml'
configFilePath: '$(Build.SourcesDirectory)/GitVersion.yml'

- task: UseDotNet@2
displayName: 'Install .NET Core SDK'
Expand Down

0 comments on commit 90f7244

Please sign in to comment.