Git
-
Become a Git command line guru
Git became one of the widely used Source Control System. If you work on a Windows machine you may rely on your IDE or other tools like GitHub Desktop or Atlassian's SourceTree to work with git. But … more
Tags: Git, Powershell, Tools
-
Issue to be aware of when restoring NuGet packages for the code hosted in git repository of Visual Studio Team Services aka VSO
I came across this issue a few times with different developers so I thought I will write about it to save time for others. When you think about it then there's nothing wrong or mysterious about it … more
-
Create NuGet packages using AppVeyor
This blog explains how to create a NuGet package and use AppVeyor as a continuous integration and deployment tool.
I found out about AppVeyor some time ago from Scott's blog - "AppVeyor - A good … more
-
Hosting NuGet in TeamCity and consume it in Visual Studio
Introduction
This post describes the setup of NuGet package inside TeamCity and configuration of your Visual Studio to consume the hosted packages. TeamCity version 7.1 is used.
When you … more
Tags: CI, Git, NuGet, TeamCity, Visual Studio
-
Git versioning for .NET projects with TeamCity
TeamCity has a nice feature which allows to create a build number automatically with every build. For example, MyLib.dll has version 1.2.3.0. When configuring TeamCity in the “Build number … more
Categories: Git
Tags: CI, Git, Powershell, TeamCity, Tools
-
Unbind TFS
This a follow up post to the previous one Migration from TFS to Git
If you migrated your code from TFS to Git you'll soon realise that you don't need all the TFS bindings. After spending some time … more
Categories: Git
Tags: C#, Git, TFS, Tools, Visual Studio
-
Migration from TFS to Git
Some time ago we were trying to migrate our code from TFS 2008 to the hosted TFS (http://tfs.visualstudio.com) using TFS Integration tool - http://tfsintegration.codeplex.com/. After a few failed … more
Categories: Git
Tags: Git, TFS, Tools, Visual Studio
- 1