Source code checked in, #82015
Add example for Git Clone task. Add example that shows how to use the new git clone task.
View ArticleSource code checked in, #82016
Add correct assembly info information Reference the assemblyinfo that is used in the common directory and add specific values for this project in the ExtraAssemblyInfo.cs file.
View ArticleSource code checked in, #82021
Copy build binaries to correct directory Also create XML documentation file.
View ArticleNew Post: Sql2008.Database Restore fails with...
Hi,The following tasks work OK:<MSBuild.ExtensionPack.Sql2008.Database TaskAction="Backup" DatabaseItem="Assassin" DataFilePath="..\..\DBBackups\Assassin.bak"/>...
View ArticleCommented Feature: Add support for startup parameters in a windows service...
Right now you need to run some registry updates post installing the service. It would be nice if we could provide parameters to the task. Maybe include support for delayed auto start too which we also...
View ArticleCreated Issue: BuildNumberType YearWeekDay does not format week with two...
The following line of code causes our build to fail. The week needs to be formatted to have a preceding zero for weeks less than 10. We currently are getting "1313" instead of...
View ArticleNew Post: Checkout, Add, Checkin
I've got a little MSBuild file I'm working up that will execute from my build process template after a successful build. The idea is to take the output of the build (binaries) from the drop folder,...
View ArticleNew Post: error on Add to GAC with MSBuild Extensions
I'm having a little trouble with getting AddAssembly to work. I jhave already managed get the remove assembly to work but the add is giving me problems.Here is the XML.: <Target Name="AddToGAC">...
View ArticleNew Post: Checkout, Add, Checkin
I went with a copy instead of an Add, and have gotten this to work. However, I've still got a hard-coded path that I need to parameterize in order to make this generic. <!-- Add the files from...
View ArticleCreated Issue: IIS task fail with ".." in path [11511]
it is very easy to construct path with ".." in it. no error during site creation, however, IIS not like such things.I suggest to use GetFullPath (patch applied)...
View ArticleCommented Issue: IIS task fail with ".." in path [11511]
it is very easy to construct path with ".." in it. no error during site creation, however, IIS not like such things.I suggest to use GetFullPath (patch applied)...
View ArticleCommented Issue: IIS task fail with ".." in path [11511]
it is very easy to construct path with ".." in it. no error during site creation, however, IIS not like such things.I suggest to use GetFullPath (patch applied)...
View ArticleCommented Issue: IIS task fail with ".." in path [11511]
it is very easy to construct path with ".." in it. no error during site creation, however, IIS not like such things.I suggest to use GetFullPath (patch applied)...
View ArticleNew Post: Remote registration of a dll
Is it possible to register a component dll, i.e. emulate regsvr32, on a remote computer using MSBUILD Extensions without introducing a command file?ThanksRegards
View ArticleNew Post: Remote registration of a dll
it's not the regsvr32 is the regsvcs i want to use remotly. Currently I will be using PsExec from the framowrok command line to use regsvcs remotely. It would be nice if i could do it from the...
View Article