Pipelines Tag sources on build in Azure YAML Pipelines Tagging Git sources with build number after successful build with Azure Pipelines YAML.
ALM Fix slow startup of ASP.NET MVC 5 on Azure App Services You've deployed your MVC 5 website to Azure App Service (via Team Services); with pride you visit the site and start clicking... But wait, it's so slow even though you've done everything right, and 'it works on my machine'. Maybe you even scaled up
.NET Include .pdb files in Web Application Publish for Release mode (VS2012) While most people want to get rid of the pdb files in release mode, I want to keep them. They don’t impact the performance of the application. They offer very useful information when exceptions occur. Etc.. In Visual Studio 2012, the .pdb files
ALM NuGet package restore fail TFS Build Server If you don’t want to check-in packages into your source control system, you can enable package restore. This will automate the download of packages during build, if packages aren’t on the machine yet. After enabling this for a solution I’m working
ALM Find TFS ChangeSet based on Check-In Note Want to find a ChangeSet through a value you entered in Check-In Note? It’s not that hard, but it isn’t obvious to know where to look. You must have the TFS Power Tools installed: Team Foundation Server Power Tools September 2010 In