flipdoubt
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
-
flipdoubt created a post, Move external MSSQL database
Can someone point me to documentation or best practices on how to move an external MSSQL database? I found this page on setting up the MSSQL database, which we did years ago, but the server is bein... -
flipdoubt created a post, How can I include nuget package in artifacts?
We have TeamCity setup to build a DotNet Core web app and would like to include the binaries from SqlPackage.CommandLine along side our artifacts. Is there a build task that allows me to restore a ... -
flipdoubt created a post, Custom build reverts to TFS latest changes
When I configure a custom build to select a specific changeset from our TFSVC 2017 repository, the SELECT reverts back to "<latest changes at the moment the build has started>". Is this a known iss... -
flipdoubt created a post, How can I add Assembly Reference so Nuget Pack can find it?
When my build runs, the Pack step fails with the following in the log:[17:15:12][pack] Starting NuGet.exe 2.8.60318.667 from C:\Program Files (x86)\JetBrains\TeamCity\buildAgent\tools\NuGet.Command... -
flipdoubt created a post, Can Nuget Package specify description of packages?
I have TeamCity setup for Nuget and successfully configured the build step to create the packages from Visual Studio project files, but the Description shown when I try to use one of the packages r... -
flipdoubt commented, -
flipdoubt created a post, Can TeamCity read a custom MSBuild property?
Here is the use case: To version the artifacts using the AssemblyInfoPatcher, I want to set the major.minor.build components of the version from an MSBuild property and get the revision from one of... -
flipdoubt created a post, Can a Custom Build checkout and build a specific version?
Can I configure a Custom Build to checkout and build a specific version? If so, can someone point me to a tutorial on how to do this? If not, can this become a feature request? -
flipdoubt created a post, Limit web server to localhost requests
Is there some kind of configuration on the web server I can do to limit requests to those that come only from the localhost? -