Skip to content

What is the procedure for checking out multiple repositories? #3600

Discussion options

You must be logged in to vote

For anyone in the future having this issue. TargetPath solves the problem

      - task: gitversion/execute@0
        displayName: 'GitVersion Calculate SemVer'
        inputs:
          TargetPath : "$(System.DefaultWorkingDirectory)/devops-build-agents"
          useConfigFile: true
          configFilePath: "devops-build-agents/GitVersion.yml"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HHobeck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant
Converted from issue

This discussion was converted from issue #3599 on June 19, 2023 07:35.