Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed up some more issues with OpenIdOfflineProvider sample.origin/v3.3 | Andrew Arnott | 2010-08-07 | 1 | -9/+23 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.BuildTasks/FixupShippingToolSamples.cs | ||||
| * | Fixed up some more issues with OpenIdOfflineProvider sample.origin/v3.1 | Andrew Arnott | 2010-08-07 | 1 | -7/+23 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.BuildTasks/FixupShippingToolSamples.cs | ||||
| * | Backporting BuildTasks source | Andrew Arnott | 2010-08-07 | 28 | -0/+2627 |
| | |||||
* | Fixed missing project import check causing build break in the v3.1 branch. | Andrew Arnott | 2010-08-07 | 2 | -1/+33 |
| | |||||
* | Fixed NullReferenceException generated from latest git.exe under TeamCity. | Andrew Arnott | 2010-08-07 | 1 | -6/+8 |
| | |||||
* | Fixed flashing of the console window during builds within the IDE. | Andrew Arnott | 2010-01-18 | 1 | -0/+1 |
| | |||||
* | Trying again to cure TeamCity build break. | Andrew Arnott | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | Fixed build break on TeamCity. | Andrew Arnott | 2010-01-14 | 1 | -3/+6 |
| | |||||
* | Fixed unintentional updating of lib/Microsoft.Contracts.dll whenever we ↵ | Andrew Arnott | 2010-01-14 | 1 | -1/+3 |
| | | | | build BuildTasks.csproj. | ||||
* | Fix for git commit id check when refs are packed. | Andrew Arnott | 2010-01-13 | 1 | -6/+41 |
| | |||||
* | Removed warning when building in TeamCity. | Andrew Arnott | 2009-12-28 | 1 | -4/+0 |
| | |||||
* | Fixed build break that appears when the .git directory is not found. | Andrew Arnott | 2009-12-28 | 1 | -1/+3 |
| | |||||
* | Fixed JDate calculation so it doesn't break in 2010. | Andrew Arnott | 2009-12-28 | 1 | -1/+1 |
| | |||||
* | Builds now include the git commit ID in the PE file header so we have a ↵ | Andrew Arnott | 2009-12-28 | 2 | -0/+36 |
| | | | | definite record of where a build came from. | ||||
* | Fixed bug in Purge task that causes it to fail if a directory does not exist. | Andrew Arnott | 2009-12-27 | 1 | -1/+1 |
| | |||||
* | Fixed incremental build when the project template transformation changes. | Andrew Arnott | 2009-12-15 | 2 | -10/+31 |
| | |||||
* | Fixed nightly build break introduced by the OpenIdOfflineProvider hooking ↵ | Andrew Arnott | 2009-12-09 | 2 | -0/+49 |
| | | | | into the versioning.targets file. | ||||
* | Fixed the project template so that it once again displays the ↵ | Andrew Arnott | 2009-12-01 | 1 | -4/+6 |
| | | | | GettingStarted.htm page. | ||||
* | Replaced RemoveDir tasks with Purge tasks for faster incremental builds. | Andrew Arnott | 2009-11-15 | 3 | -0/+95 |
| | |||||
* | The built project template (once again) generates a .zip file that works out ↵ | Andrew Arnott | 2009-11-15 | 5 | -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 Arnott | 2009-11-15 | 1 | -1/+10 |
| | |||||
* | Added a reference hintpath task so that project template's references are ↵ | Andrew Arnott | 2009-11-15 | 3 | -1/+62 |
| | | | | (closer to being) found. | ||||
* | .vstemplates are now partially generated to remove the need to keep them in ↵ | Andrew Arnott | 2009-11-15 | 3 | -0/+192 |
| | | | | sync with their associated project files. | ||||
* | Fine tuned the project template generation. | Andrew Arnott | 2009-10-10 | 3 | -7/+49 |
| | |||||
* | Added attempt at a copy and transform task to do variable substitution. | Andrew Arnott | 2009-10-10 | 2 | -0/+92 |
| | |||||
* | Fixed SnToolTask to find Windows SDK 7.0A's copy of sn.exe. | Andrew Arnott | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | Added method for preserving copyright notices in minified .js files. | unknown | 2009-09-27 | 1 | -0/+8 |
| | |||||
* | Fixed issues with Javascript minification. | unknown | 2009-09-27 | 3 | -5/+9 |
| | |||||
* | Javascript is now packed for release builds. | Andrew Arnott | 2009-09-27 | 6 | -1/+827 |
| | |||||
* | Split up creating IIS web sites and publishing to them, so that TeamCity ↵ | Andrew Arnott | 2009-08-04 | 3 | -1/+28 |
| | | | | build agent does not require administrator permissions. | ||||
* | Added PublishDocumentation and PublishSamples targets that push docs and ↵ | Andrew Arnott | 2009-08-03 | 6 | -0/+464 |
| | | | | sample web sites to IIS. | ||||
* | Fixed SnToolTask to find Windows SDK 6.1 as well as 6.0A. | Andrew Arnott | 2009-08-01 | 1 | -1/+10 |
| | |||||
* | We now delay-sign DNOA and the test assembly. We sign the product .dll when ↵ | Andrew Arnott | 2009-06-25 | 5 | -1/+164 |
| | | | | building layouts. | ||||
* | Brought back the source code for DNOA.BuildTasks.dll. | Andrew Arnott | 2009-06-24 | 8 | -0/+384 |