Thursday, December 28, 2017

How start a build Vnext from specific number

Hi.
Imagine situation: you need to create build definition. You set some version like: 1.0.0.$(Rev:v)
After that tfs start create build with number 1.0.0.1; 1.0.0.2 and etc.
And you have task to clone this build and in some reason you need that build start from number 1.0.0.100.

Friday, June 16, 2017

WORSKPACE: delete or not delete?!





If you are reading my blog, probably you understand, that my blog is about cheating using usual feature and fixing bug from Microsoft.

Tuesday, January 31, 2017

Why we need global variables

Hi all.

Few weeks ago I went to Visual Studio Online and discovered new feature of TFS 2017.
It was looking like this window:

How split permission for build engineer if you don't have access to production

Hi all.
I don't write a lot of time. So I'm deep learning development on .Net and have not had time.
I decided to tell you about my experience in our company.
We know, that team foundation server has "Release management tools". Actually from the name of this tool we understand that with this tools we can deploy to production your code.