Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NuGet packages now built nightly. Woot! | Andrew Arnott | 2010-12-23 | 1 | -0/+1 |
| | |||||
* | Upgraded build tasks to MSBuild 4.0 references. | Andrew Arnott | 2010-12-22 | 1 | -7/+4 |
| | |||||
* | The nightly build now creates deployable archives of docs and samples in the ↵ | Andrew Arnott | 2010-12-21 | 1 | -0/+1 |
| | | | | .7z format. | ||||
* | Added StyleCop to toolset and regular command line build. | Andrew Arnott | 2010-07-19 | 1 | -7/+2 |
| | | | | As part of this, all projects now import EnlistmentInfo.props and .targets. | ||||
* | A new ohloh.proj project builds the Ohloh instruct file and upload script ↵ | Andrew Arnott | 2010-06-11 | 1 | -0/+1 |
| | | | | now. Woot. | ||||
* | Fixed build after code contracts upgrade. | Andrew Arnott | 2010-06-11 | 1 | -0/+2 |
| | |||||
* | Fixes project template creation's long filenames and lib dependencies. | Andrew Arnott | 2010-02-20 | 1 | -0/+1 |
| | |||||
* | Project template generation now ensures project item filenames that are ↵ | Andrew Arnott | 2010-02-02 | 1 | -0/+1 |
| | | | | short enough to not be rejected by VS Gallery or otherwise cause problems running up against MAX_PATH. | ||||
* | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-17 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/Messaging/MultiPartPostPartTests.cs src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs | ||||
| * | Merge branch 'v3.3' into v3.4v3.4.0.10015 | Andrew Arnott | 2010-01-14 | 1 | -1/+3 |
| |\ | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | ||||
| | * | Fixed unintentional updating of lib/Microsoft.Contracts.dll whenever we ↵ | Andrew Arnott | 2010-01-14 | 1 | -1/+3 |
| | | | | | | | | | | | | build BuildTasks.csproj. | ||||
* | | | Both .vsi and .vsix files are built now! | Andrew Arnott | 2010-01-15 | 1 | -0/+2 |
| | | | |||||
* | | | Sample projects are now downgraded from VS2010 to VS2008 while creating a drop. | Andrew Arnott | 2010-01-09 | 1 | -0/+1 |
| | | | |||||
* | | | Upgraded BuildTasks project. | Andrew Arnott | 2010-01-08 | 1 | -0/+34 |
| | | | |||||
* | | | Updated ToolsVersion on all the project files to say 4.0. | Andrew Arnott | 2010-01-08 | 1 | -1/+1 |
|/ / | |||||
* | | Adding our own Publicize MSBuild task to eventually replace the Shadow ↵ | Andrew Arnott | 2010-01-08 | 1 | -0/+1 |
|/ | | | | accessor for multi-targeting support. | ||||
* | Fixed nightly build break introduced by the OpenIdOfflineProvider hooking ↵ | Andrew Arnott | 2009-12-09 | 1 | -0/+1 |
| | | | | into the versioning.targets file. | ||||
* | Replaced RemoveDir tasks with Purge tasks for faster incremental builds. | Andrew Arnott | 2009-11-15 | 1 | -0/+1 |
| | |||||
* | The built project template (once again) generates a .zip file that works out ↵ | Andrew Arnott | 2009-11-15 | 1 | -0/+1 |
| | | | | | | of the box. The build.proj contains some magic strings we'd rather not have, but we can resolve those later. | ||||
* | Added a reference hintpath task so that project template's references are ↵ | Andrew Arnott | 2009-11-15 | 1 | -0/+1 |
| | | | | (closer to being) found. | ||||
* | .vstemplates are now partially generated to remove the need to keep them in ↵ | Andrew Arnott | 2009-11-15 | 1 | -0/+33 |
| | | | | sync with their associated project files. | ||||
* | Added attempt at a copy and transform task to do variable substitution. | Andrew Arnott | 2009-10-10 | 1 | -0/+1 |
| | |||||
* | Javascript is now packed for release builds. | Andrew Arnott | 2009-09-27 | 1 | -0/+3 |
| | |||||
* | Split up creating IIS web sites and publishing to them, so that TeamCity ↵ | Andrew Arnott | 2009-08-04 | 1 | -0/+1 |
| | | | | build agent does not require administrator permissions. | ||||
* | Added PublishDocumentation and PublishSamples targets that push docs and ↵ | Andrew Arnott | 2009-08-03 | 1 | -0/+18 |
| | | | | sample web sites to IIS. | ||||
* | We now delay-sign DNOA and the test assembly. We sign the product .dll when ↵ | Andrew Arnott | 2009-06-25 | 1 | -1/+5 |
| | | | | building layouts. | ||||
* | Brought back the source code for DNOA.BuildTasks.dll. | Andrew Arnott | 2009-06-24 | 1 | -0/+62 |