build-definition Questions
5
I am getting npm warnings as errors during build using build definition.
I then added following property in MSBuild Arguments in Build Definition:
/p:TreatWarningsAsErrors=False
but it is not ...
Jacoby asked 21/1, 2016 at 7:42
2
Solved
I have several build profiles in CLion -> Settings -> Build, Execution, Deployment -> CMake. How can I set the preprocessor definitions for each profile, regardless of which compiler I use...
Carabao asked 13/7, 2019 at 19:20
1
Solved
After upgrading to angular7 the build in azure fails on the "npm install" step.
Locally everything works fine.
I have tried:
Setting the clean option in the build definition to true and to "all...
Culminate asked 11/12, 2018 at 22:0
1
Solved
I am working on a project where we are delay signing the assemblies. I need to use the strong name tool a couple times during the build, to turn off strong name verification, and then to fully sign...
Villeneuve asked 11/4, 2016 at 13:36
2
Solved
I'm writing the Custom Activities of build process template. I got the below issue when build the activity.
>XamlBuildTask : error XC1043: Extension 'Microsoft.Activities.Build.BeforeInitialize...
Xerophthalmia asked 20/1, 2014 at 4:2
1
I have a private NuGet package feed running, which I use to share certain functions and extensions between my projects. It works great in Visual Studio, but lately I've started setting up a continu...
Ratable asked 13/7, 2014 at 13:12
6
Solved
I have some TFS 2010 build definitions that were created under ProjectX. Now the source code has moved to a folder subordinate to ProjectY. How can I move the build definitions to ProjectY so they ...
Leninist asked 21/2, 2011 at 16:59
2
Solved
When creating a build definition for a TFS build, there is a section called Source Settings as below snapshoot where we have to define 1) Source Control Folder and 2) Build Agent Folder.
As I unde...
Brig asked 22/11, 2013 at 7:48
2
Solved
It seems no overloads of IBuildServer.QueryBuilds(...) allows me to do that.
Here's my code:
TfsTeamProjectCollection tfs = context.GetValue(TeamProject);
IBuildServer buildServer = (IBuildServer...
Rugged asked 10/3, 2011 at 16:52
5
Solved
I've been looking into TFS2010 new build and deployment features with MSDeploy. So far everything is going well (although its been hard to find information about specific scenarios).
Can I modify ...
Ambidextrous asked 19/8, 2010 at 7:4
1
Solved
Consider this simple msbuild script (xaml):
<Activity xmlns=[....]>
<Sequence>
<mtbwa:WriteBuildMessage Message="Test message"/>
<mtbwa:WriteBuildWarning Message="Test warn...
Luxembourg asked 28/7, 2010 at 14:51
1
© 2022 - 2024 — McMap. All rights reserved.