I’m shifting my mindset to what feels most of the day, and I can’t understand what I’m doing wrong.
I have 3 build configurations running on the same agent in my dev block. Validating code from SVN.
I have OctPack installed to create multiple deployment packages. In addition to this, I created a nuspec file for use in the NuGet Pack step. All of these bits work great in testing.
The problem is that the nuspec file packs some sql script files for deployment. Nothing unusual.
The problem is that these sql files disappear from the disk in the working folder. I get:
Cannot start build runner: Failed to find files to create packages matching: [src\database\SqlScriptsPackage.nuspec] under H:\TeamCity-Build\work\a1dbf81458fbab0a.
The entire database directory is empty, although all content is in SVN.
I tried everything that I could think of, including forced clarification.
All projects use the same VCS Root setting to check “Automatically on the server”.
What can be discarded all these files?
source share