build-server

Wix Installer won't build on buildserver

僤鯓⒐⒋嵵緔 提交于 2021-02-11 14:25:10
问题 I have tried to build a Wix MSI using our build server. I have set the build configuration in the Configuration manager to DEBUG/x86. All the other projects build correctly EXCEPT for the Wix Installer. Initially there was an error requesting the latest version of WIX was installed on the build server "The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" so I follwed this - https://subscription

Build project using devenv.exe in TFS 15RC1 Build Server

大兔子大兔子 提交于 2021-01-29 03:14:31
问题 I have a trouble with understanding how to use devenv.exe from TFS Build Server. There is no default step to use devenv, so I tried to use PowerShell sсript to execute devenv.exe with parameters. There are no errors in build process but I see that build result files are not updated. If I execute the script manually on a agent-machine, the build passes successfully. That is my script: $process = [System.Diagnostics.Process]::Start( "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7

Web Application Build Error: The CodeDom provider type Microsoft.VisualC.CppCodeProvider could not be located

时光总嘲笑我的痴心妄想 提交于 2020-03-17 05:09:12
问题 I'm building/packing a web application in a build server, and it fails with the following message: ASPNETCOMPILER error ASPCONFIG: The CodeDom provider type "Microsoft.VisualC.CppCodeProvider, CppCodeProvider, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" could not be located. This is the build server environment: Windows Server 2008 R2 Standard TeamCity 8.0.4 .NET 4.5 Windows SDK for Windows 7 and .NET 4 Windows SDK for Windows 8 and .NET 4.5 Portable Class Library

Web Application Build Error: The CodeDom provider type Microsoft.VisualC.CppCodeProvider could not be located

折月煮酒 提交于 2020-03-17 05:08:30
问题 I'm building/packing a web application in a build server, and it fails with the following message: ASPNETCOMPILER error ASPCONFIG: The CodeDom provider type "Microsoft.VisualC.CppCodeProvider, CppCodeProvider, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" could not be located. This is the build server environment: Windows Server 2008 R2 Standard TeamCity 8.0.4 .NET 4.5 Windows SDK for Windows 7 and .NET 4 Windows SDK for Windows 8 and .NET 4.5 Portable Class Library