Closed dtorg closed 7 years ago
I am unable to reproduce your issue.
Have you tried using the file picker to select the specific file?
Could you run the build with variable system.debug set to true and upload the log?
Attached logs with debug.
It looks like you are running version 2.0.11. In issue #2 support for alternate file names was added. Update the extension to the latest version and let me know how that works for you.
It seems to find the file however another issue occurs when updating the file. Unknown token 'BuildConfiguration'
Seems like you have not defined variable $(BuildConfiguration) in the build definition.
Either define the variable or specify 'Configuration' as desired, eg. 'Debug' or 'Release'
I have a global assembly info file SolutionVersion.cs and the software does not seem find that file. I set the file to $(Build.SourcesDirectory)\Source\SolutionVersion.cs but it fails fo locate it.