summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.BuildTasks
Commit message (Collapse)AuthorAgeFilesLines
* Replaced RemoveDir tasks with Purge tasks for faster incremental builds.Andrew Arnott2009-11-153-0/+95
|
* The built project template (once again) generates a .zip file that works out ↵Andrew Arnott2009-11-155-3/+73
| | | | | | of the box. The build.proj contains some magic strings we'd rather not have, but we can resolve those later.
* Preparing for the library project template to include library assemblies.Andrew Arnott2009-11-151-1/+10
|
* Added a reference hintpath task so that project template's references are ↵Andrew Arnott2009-11-153-1/+62
| | | | (closer to being) found.
* .vstemplates are now partially generated to remove the need to keep them in ↵Andrew Arnott2009-11-153-0/+192
| | | | sync with their associated project files.
* Fine tuned the project template generation.Andrew Arnott2009-10-103-7/+49
|
* Added attempt at a copy and transform task to do variable substitution.Andrew Arnott2009-10-102-0/+92
|
* Fixed SnToolTask to find Windows SDK 7.0A's copy of sn.exe.Andrew Arnott2009-10-071-1/+1
|
* Added method for preserving copyright notices in minified .js files.unknown2009-09-271-0/+8
|
* Fixed issues with Javascript minification.unknown2009-09-273-5/+9
|
* Javascript is now packed for release builds.Andrew Arnott2009-09-276-1/+827
|
* Split up creating IIS web sites and publishing to them, so that TeamCity ↵Andrew Arnott2009-08-043-1/+28
| | | | build agent does not require administrator permissions.
* Added PublishDocumentation and PublishSamples targets that push docs and ↵Andrew Arnott2009-08-036-0/+464
| | | | sample web sites to IIS.
* Fixed SnToolTask to find Windows SDK 6.1 as well as 6.0A.Andrew Arnott2009-08-011-1/+10
|
* We now delay-sign DNOA and the test assembly. We sign the product .dll when ↵Andrew Arnott2009-06-255-1/+164
| | | | building layouts.
* Brought back the source code for DNOA.BuildTasks.dll.Andrew Arnott2009-06-248-0/+384