summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.BuildTasks/DotNetOpenAuth.BuildTasks.csproj
Commit message (Collapse)AuthorAgeFilesLines
* NuGet packages now built nightly. Woot!Andrew Arnott2010-12-231-0/+1
|
* Upgraded build tasks to MSBuild 4.0 references.Andrew Arnott2010-12-221-7/+4
|
* The nightly build now creates deployable archives of docs and samples in the ↵Andrew Arnott2010-12-211-0/+1
| | | | .7z format.
* Added StyleCop to toolset and regular command line build.Andrew Arnott2010-07-191-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 Arnott2010-06-111-0/+1
| | | | now. Woot.
* Fixed build after code contracts upgrade.Andrew Arnott2010-06-111-0/+2
|
* Fixes project template creation's long filenames and lib dependencies.Andrew Arnott2010-02-201-0/+1
|
* Project template generation now ensures project item filenames that are ↵Andrew Arnott2010-02-021-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-Dev10Andrew Arnott2010-01-171-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.10015Andrew Arnott2010-01-141-1/+3
| |\ | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| | * Fixed unintentional updating of lib/Microsoft.Contracts.dll whenever we ↵Andrew Arnott2010-01-141-1/+3
| | | | | | | | | | | | build BuildTasks.csproj.
* | | Both .vsi and .vsix files are built now!Andrew Arnott2010-01-151-0/+2
| | |
* | | Sample projects are now downgraded from VS2010 to VS2008 while creating a drop.Andrew Arnott2010-01-091-0/+1
| | |
* | | Upgraded BuildTasks project.Andrew Arnott2010-01-081-0/+34
| | |
* | | Updated ToolsVersion on all the project files to say 4.0.Andrew Arnott2010-01-081-1/+1
|/ /
* | Adding our own Publicize MSBuild task to eventually replace the Shadow ↵Andrew Arnott2010-01-081-0/+1
|/ | | | accessor for multi-targeting support.
* Fixed nightly build break introduced by the OpenIdOfflineProvider hooking ↵Andrew Arnott2009-12-091-0/+1
| | | | into the versioning.targets file.
* Replaced RemoveDir tasks with Purge tasks for faster incremental builds.Andrew Arnott2009-11-151-0/+1
|
* The built project template (once again) generates a .zip file that works out ↵Andrew Arnott2009-11-151-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 Arnott2009-11-151-0/+1
| | | | (closer to being) found.
* .vstemplates are now partially generated to remove the need to keep them in ↵Andrew Arnott2009-11-151-0/+33
| | | | sync with their associated project files.
* Added attempt at a copy and transform task to do variable substitution.Andrew Arnott2009-10-101-0/+1
|
* Javascript is now packed for release builds.Andrew Arnott2009-09-271-0/+3
|
* Split up creating IIS web sites and publishing to them, so that TeamCity ↵Andrew Arnott2009-08-041-0/+1
| | | | build agent does not require administrator permissions.
* Added PublishDocumentation and PublishSamples targets that push docs and ↵Andrew Arnott2009-08-031-0/+18
| | | | sample web sites to IIS.
* We now delay-sign DNOA and the test assembly. We sign the product .dll when ↵Andrew Arnott2009-06-251-1/+5
| | | | building layouts.
* Brought back the source code for DNOA.BuildTasks.dll.Andrew Arnott2009-06-241-0/+62