How can I make MSBuild add XML Documentation files to a NuGet package
Here's my scenario:- .NET Standard class library with multitargeting (.netstandard2.0;net35)- Enable XML documentation is checked in project properties- On my development machine (VS2017 15.7.5;...
View ArticleAdding basic property makes project consuming winmd fail to build -- error...
This issue has been popping up regularly. it only happens when building Windows Run TimeComponent (not DLL) then attempt to consume it in another UWP project.It seems like a important file in our winmd...
View ArticleIs there a workaround for WAT080 : Failed to locate the Microsoft Azure SDK
I'm building a project that requires the Azure SDK to be installed. Unfortunately, I'm unable to install the SDK because the VSTools installer does not run within a Docker container. I'm trying to...
View ArticleIncluding extra files on deploy
Hi, I need to include a folder and the files in it, into the deployment process.This folder isn't part of the web project. This folder is created on the build server. I cannot include this folder into...
View Articleapplication accessing wrong version activex file of the installed application
Hello everyone,I have a question which maybe lame for some but its proving a serious issue for mei have an application say name abcd one stored at C:\Program Files (x86) whose version is 5.7and same...
View Articleproblème pour récupérer les données de la pointeuse
ErreurLa tâche a échoué, car "AxImp.exe" est introuvable ou le SDK Microsoft Windows approprié n'est pas installé. La tâche recherche "AxImp.exe" dans le sous-répertoire "bin" à l'emplacement spécifié...
View ArticleTeam FoundationServer - Build and Deployment with Nuget dependencies
Hi,My company is in a dilemma here and we need help. We are Agile and have 5 PSIs an year. Our branching strategy is :1. Branch every PSI (which contains close to 300 applications)2. Create builds from...
View ArticleWhat's the difference between Microsoft.Build.NoTargets and just not...
Well I can see a difference. I can see that NoTargets actually imports Microsoft.NET.Sdk, but I don't understand why?One of the examples...
View ArticleExtract/Import Builds from Command Line
We have 12+ Dev builds defined in Visual Studio Online. I'd like to export all of them, use a RegEx script to change some features from Dev to UAT, and then import the new UAT builds. Is that...
View ArticleCannot import the keyfile 'configuration.pfx' - error 'The keyfile may be...
My solution is compiled successfully when I build it with Visual Studio 2015. But when I want to build it with MSBuild, I get the following error: error MSB3325: Cannot import the following key file:...
View ArticleXamarin vs 2017: error when compiling
SeverityCodeDescriptionProjectFileLineSuppression StateErrorMSB4062The "Xamarin.Forms.Build.Tasks.GetTasksAbi" task could not be loaded from the assembly...
View ArticleHow to build incrementally?
Hi,I have a large project which I want to start building with MSBuild. Up until now I have been building it with Makefiles (CL). I created a Visual Studio 2017 solution (consisting of about 50 projects...
View ArticleDeploy 72002 - Unable to connect to master or target server
Hi Folks, I am trying to use TFS Build to build and deploy a Visual Studio Database project using a publish.xml file. I can build and deploy the project in Visual Studio by right clicking and...
View ArticleCOM Reference 'WMPLib' is the interop assembly for ActiveX control 'AxWMPLib'...
I CANT SEEM TO FIX THIS ERROR , USING FAME WORK 2.0ANY ONE HAVE ANY IDEACOM Reference 'WMPLib' is the interop assembly for ActiveX control 'AxWMPLib' but was marked to be linked by the compiler with...
View ArticleHow to specify Windows 10 SDK version for MSBuild.exe
hi,I am using MSBuild to build a VC project, the default SDK version is selected as 10.0.14393, How do I change the SDK version for the building?Thanks
View Articlepost build error during xcopy followed by build task getting cancelled
Hello,I am using VS 2017 to build a C++ project. Upon build i got the xcopy error on my post build event:for %%f in ("$(OutDir)MantisXPlanePlugin_32D.xpl","$(OutDir)MantisXPlanePlugin_32D.pdb") do...
View ArticleProject Reference is ignoring configuration and building in debug mode
We are making use of following:Build Manager: JenkinsVisual Studio 2017Setup Project: WIXDuring the build process when we call the WIX Solution for building, project references (within the projects...
View ArticleMSBUILD and PCH (VS2015)
I created some PowerShell scripts that allow me to build some or all of my projects without using the VS2015 IDE.I have one problem that I haven't been able to solve. PCH files created by MSBUILD...
View ArticleBuild: Cannot find module 'angular2/core'
D:\JitPayAgent\_work\2\s\Hds.JitPay\Hds.JitPay.DMS.Client\api.module.ts(1,67): error TS2307: Build:Cannot find module '@angular/core'....
View ArticleContinous integration using ms build package.
Dear all,I have a solution which is based on different project :- 2 dlls- 1 Console app which is used for debugibg purpose as Service Host - 1 WCF service library which is used for beeing used under...
View Article