1

Changes made to build definition file (XAML) takes affect ( shows in build) only when its checked in , is this a normal behavior , What I would like to make all the necessary changes build them and then check it in.

Great88
  • 428
  • 4
  • 13

2 Answers2

1

This is normal behaviour. TFS gets the xaml file from source control (where else could it get it from?) so you need to check in your changes to the xaml templates.

Ben Hughes
  • 1,539
  • 13
  • 20
1

Check out this post, I have followed the suggestion by J.Reed.

With that, I always know that my build script is going to work.
I consider this a de-facto best practice.

Community
  • 1
  • 1
pantelif
  • 8,524
  • 2
  • 33
  • 48