johanclasson / vso-agent-tasks

Build and Release Tasks for Visual Studio Online and Team Foundation Server
MIT License
20 stars 16 forks source link

folder selection question #40

Closed mdugan2453 closed 6 years ago

mdugan2453 commented 6 years ago

I am trying to select the folder where I have my script files in my database project. the project folder layout looks different than what the VSTS folder popup will allow me to choose from - can't get to folder in my project where scripts are at. I want to point to a sub folder under the Scripts folder. thanks for any and all help Mike c2 c1

johanclasson commented 6 years ago

Hm... If your files are not there when you open the dialog with the [...]-button my guess is that there is something wrong in the release definition. It can be due to a number of reasons. There comes to mind:

johanclasson commented 6 years ago

You do write "project folder layout looks different than what the VSTS folder popup will allow me to choose from" which would indicate that you do get some of your files, which in turn would indicate that the problem is actually in the build. Or have you perhaps not linked your release to a build and instead just grabbed the source code as an artifact in the release?

mdugan2453 commented 6 years ago

got it/was mapping under build definition - all set! thanks for the quick response