-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to set up a MSBuild file which will invoke another MSBuild file and I'm wondering what's the best way to achieve this.
We're using it in the scenario of where a build server downloads a MSBuild file which then depending on the parameters it'll execute the appropriate 2nd file.
I know…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Dear ladies and sirs.
I have the following piece of msbuild code:
<PropertyGroup>
<DirA>C:\DirA\</DirA>
<DirB>C:\DirB\</DirB>
</PropertyGroup>
<Target Name="CopyToDirA"
Condition="Exists('$(DirA)') AND '@(FilesToCopy)' != ''"
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a new default ASP.net website and use MSBuild Community Task WebDirectoryDelete to delete and WebDirectoryCreate to create the IIS virtual directory.
I can't get it done. It raise error : Unknow error 0x80005000. I retry by running the msbuild under "Run as Administrator" but the errors still…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the msbuild plugin installed on my Hudson server, and it's attempting to execute the command, but for some reason the path I'm setting in my configuration is not being used when the msbuild task gets fired.
I have the following set in the configuration of hudson's msbuild plugin:
Path…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have winforms project
app.config:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"…
>>> More