Include files from Team build output folder into XAP

前端 未结 2 1179
萌比男神i
萌比男神i 2021-01-20 16:00

I\'m trying to do Continuous Integration using TFS 2010 for a Windows Phone 7.1 project. There are 2 resource projects (Win32 Project for localisation) and the main Windows

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-20 16:28

    This is how I solved it using SlowCheetah.


    Tested on:

    Locations

    • Locally
    • Build servers (TFS 2012)

    Visual Studio versions

    • Visual Studio 2010
    • Visual Studio 2012

    Silverlight versions

    • Silverlight 4

    Process

    • Use SlowCheetah to create the transformations
    • Update the Visual Studio project with the following information at the end of the project:

      
          
            TransformAllFiles;
            IncludeTransformedFileInXapFile;
            $(XapPackagerDependsOn);
          
      
      
          
            
          
      
      
      • Make sure the config files and the transformation files do not get copied to the output folder:

        enter image description here

提交回复
热议问题