projectJsonPath: ‘$(Build.SourcesDirectory)\src’
My project ‘project.json’ file is inside my ‘src’ folder of my Git repository.
If your project isn’t inside any folders in your git repository, then it would just be ‘’$(Build.SourcesDirectory)'.
projectJsonPath: ‘$(Build.SourcesDirectory)\src’
My project ‘project.json’ file is inside my ‘src’ folder of my Git repository.
If your project isn’t inside any folders in your git repository, then it would just be ‘’$(Build.SourcesDirectory)'.