Ikestarnes
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 15
-
Created Strange path / tree structure in Visual Studio add-in
I'm getting the following strange path / tree structure in the Visual Studio add-in. Note the "\" in the path instead of creating new tree nodes: Also note that everything is all lowercase, which ... -
Created Local Changes dialog removes selection when it refreshes
AnsweredI have 100 files checked out and I've selected 20 for performing a test build. When I edit a single file and save, the Local Changes dialog refreshes and removes the 20 selections, forcing me to th... -
Created Local Changes dialog in Visual Studio 2017 Plug-in shows duplicate folders for same tfs folder.
AnsweredThe Local Changes dialog duplicates the TFS folder nodes in the true due to treating the strings as case sensitive. Is there any option to avoid this because it is creating issues for my developer... -
Created Visual Studio Add-in Personal Build Customize Build Dialog does not show list of possible values for a typed parameter.
AnsweredI've set up a custom build parameter %system.BuildTargets%, with a list of possible values. This shows up nicely when submitting a build from the web application. https://i.imgur.com/LrPOeu0.png B... -
Created Personal build doesn't get .SLN files
I'm attempting to submit a personal (test) build that includes a changed .H file and a .SLN file. In the log I see: Item guid://ccae615b-e07a-46b5-b523-fafd3062efb1/$/src/SLN/Toolkit.sln was mapped... -
Created TeamCity build always deletes and regenerates the AssemblyAttributes.cpp and AssemblyAttributes.cs files in the buildTmp folder.
Each build that runs deletes and regenerates the .NETFramework,Version=v4.0.AssemblyAttributes.cpp and .NETFramework,Version=v4.0.AssemblyAttributes.cs files in the build agent's buildTmp folder. T... -
Created Help with migration from TFS CI
I need some help with migration from TFS CI builds to TeamCity. My TFS version control structure looks something like the following but on a MUCH larger scale involving over 200 projects. SRC ├───A...