Sebastiaan Janssen
ad1473e52f
Fix some more config transforms
2014-10-27 16:35:45 +01:00
Sebastiaan Janssen
c273c94d57
Should fix the build for real now. Sets GenerateSerializationAssemblies to Off which then doesn't produce umbraco.XmlSerializers.dll any more.
...
Should be safe as this is only used for updatechecker and packageinstaller. From: http://hashtagfail.com/post/5255977780/sgen-loaderexceptions-error - "Visual Studio attempts to generate a serialization assembly containing the types in your solution, to improve XmlSerializer serialization performance, should you choose to serialize your types."
2014-10-23 17:08:35 +02:00
Sebastiaan Janssen
043139caae
Fixes build for people without git in path and with various VS versions installed (no more need to have at least VS2012 installed)
2014-10-19 13:00:54 +02:00
Sebastiaan Janssen
54642590cc
Took a page out of Json.Net's book and solved the problem with initial installs while keeping the upgrade transform behavior
2014-10-17 20:13:23 +02:00
Sebastiaan Janssen
f4231b1692
Upgrade to System.Web.Mvc 4.0.0.1 (or 4.0.40804.0 whatever you want to call it)
2014-10-17 17:24:32 +02:00
Sebastiaan Janssen
bfd79277fd
Adds two more required transform files and updates web.config with forgotten key
2014-10-16 13:41:03 +02:00
Sebastiaan Janssen
0811951c04
Remove already defined variable
2014-10-16 13:41:02 +02:00
Sebastiaan Janssen
49aa6b40cc
Require json.net to make old version (<6.2.0) upgrades succeed
2014-10-16 13:41:02 +02:00
Sebastiaan Janssen
6b43c0c761
Still try to backup web.config (might be too late though, will test) and remove test entry from install.core
2014-10-16 13:41:01 +02:00
Sebastiaan Janssen
1346621a79
Few more nuget updates
2014-10-16 13:41:00 +02:00
Sebastiaan Janssen
9f4d72e137
Improve NuGet upgrades
2014-10-16 13:41:00 +02:00
Shannon
c66b1f7e25
removes macro scripts from build files
2014-10-16 16:05:00 +10:00
Sebastiaan Janssen
ea7d52a353
Update version
2014-10-08 13:56:26 +02:00
Shannon
e0321138ea
updates UmbracoExamine.PDF to version 0.7.0
2014-09-29 16:39:09 +10:00
Sebastiaan Janssen
5a0d7329b6
Also clean UmbracoExamine zips
2014-09-27 15:35:42 +02:00
Sebastiaan Janssen
900dcfdc33
#U4-1503 Fixed
...
Adds UmbracoExamine.PDF to the output of the build (both a ZIP and NuGet package)
Adds canvas.editors.config.js to the output in the config folder
2014-09-27 15:35:03 +02:00
Shannon
e2d04e2b3a
Merge branch '7.1.5' into 7.2.0
...
Conflicts:
src/Umbraco.Web.UI.Client/src/less/modals.less
src/Umbraco.Web/Mvc/AdminTokenAuthorizeAttribute.cs
2014-08-24 21:35:08 -06:00
Sebastiaan Janssen
873eac7f24
Updating json.net dependency to 6.0.4
2014-08-20 10:44:05 +02:00
Jeavon Leopold
b2ca814fdb
Update ImageProcessor to v1.9.0 and ImageProcessor.Web to v3.3.0
2014-08-12 16:59:31 +01:00
Sebastiaan Janssen
dba180d809
Merge remote-tracking branch 'origin/7.1.5' into 7.2.0
...
Conflicts:
src/Umbraco.Web.UI.Client/gruntFile.js
src/Umbraco.Web.UI.Client/lib/lazyload/lazyload.min.js
src/Umbraco.Web.UI.Client/src/views/content/content.edit.controller.js
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/packages.config
2014-08-04 13:32:44 +02:00
Sebastiaan Janssen
69c7ecad59
Got bitten by stray files that were left behing in _BuildOutput folder, clean before build
2014-07-24 14:43:40 +02:00
Sebastiaan Janssen
6014608d5a
Microsoft.AspNet.WebApi.Host doesn't exist ;)
2014-07-24 14:24:13 +02:00
Shannon
6e20be993b
updates nuspec to have latest versions for all dependencies
2014-07-23 12:31:03 -07:00
Sebastiaan Janssen
f86902bc89
Microsoft.Bcl 1.1.7 requires NuGet 2.8.1 - also registering MyGet feed from the build.bat file so that it actually works for everybody
2014-07-23 11:39:40 +02:00
Shannon
0f7c407a7c
Merge remote-tracking branch 'origin/6.2.2' into 7.1.5
...
Conflicts:
build/Build.bat
build/NuSpecs/UmbracoCms.Core.nuspec
build/NuSpecs/UmbracoCms.nuspec
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Tests/Services/LocalizationServiceTests.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/umbraco.presentation/content.cs
2014-06-26 11:51:25 +10:00
Shannon
392634eb76
bumps nuspec versions
2014-06-26 11:44:28 +10:00
Shannon
259bc863f0
Removes Examine.dll deploy from nuspec
2014-06-26 11:32:43 +10:00
Shannon
582bafdefd
Updates version
2014-06-26 10:02:09 +10:00
Shannon
3ecc974325
Merge remote-tracking branch 'origin/6.2.1' into 7.1.5
...
Conflicts:
build/NuSpecs/UmbracoCms.Core.nuspec
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Tests/packages.config
src/Umbraco.Web.UI/packages.config
2014-06-25 14:33:32 +10:00
Shannon
bef6ce66f1
Updated core nuspec to include Examine
2014-06-25 14:19:06 +10:00
Sebastiaan Janssen
52457fea21
Bump version number
2014-06-10 18:47:02 +02:00
Sebastiaan Janssen
68860b6c54
Update Umbraco version everywhere
2014-06-09 10:32:09 +02:00
Sebastiaan Janssen
ea32776174
Bump version
2014-05-28 17:07:51 +02:00
Sebastiaan Janssen
b42d0bc17e
Bump version and fix dashboard
2014-05-28 16:04:11 +02:00
Sebastiaan Janssen
3ec6d2b82f
U4-4861 6.2.0 Nuget package copies wrong files
2014-05-19 10:08:26 +02:00
Sebastiaan Janssen
d697c590e7
U4-4930 NuGet update fails to copy new Umbraco binaries
2014-05-16 18:54:49 +02:00
Sebastiaan Janssen
1dd103caa3
U4-4930 NuGet update fails to copy new Umbraco binaries
2014-05-16 18:53:23 +02:00
Sebastiaan Janssen
8d45898274
UmbracoVersion property no longer needed. Added data folder to the targets.
2014-05-16 12:44:02 +02:00
Sebastiaan Janssen
a99a33477a
Centralized the current Umbraco version number in UmbracoVersion.txt that will be read by
...
buildbelle.bat, build.bat and the umbraco.web.ui.csproj so it works in VS, command line and
also in TeamCity.
2014-05-16 12:27:54 +02:00
Sebastiaan Janssen
b42d3b226d
Bump version
2014-05-16 11:29:35 +02:00
Graham Ambrose
6b313aba48
CopyUmbracoFilesToWebRoot assumes packages loacation
...
CopyUmbracoFilesToWebRoot assumes packages folder is always one dir up from
project file which is not always the case.
I have changed to use MSBuildThisFileDirectory which makes the path
relative the the UmbracoCms.targets file.
MSBuildThisFileDirectory is supported from MSBuild 4 but as ToolsVersion is
already set to 4.0 that should not be a problem.
UmbracoVersion property is no longer required but removing it may break
external target files depending on it. Have moved it to props file as this
makes it more reliable for external targets files.
2014-05-15 22:43:24 +01:00
Sebastiaan Janssen
cbad216387
Update the install ps to do logging of copies and to actually copy the /umbraco folder properly
2014-05-09 13:07:41 +02:00
Sebastiaan Janssen
00880fcbfa
I was confused, these files exist just fine :)
2014-05-09 13:07:03 +02:00
Sebastiaan Janssen
85012ee82a
Renaming files that don't exist led to the NuGet package not being created correctly somehow
2014-05-09 09:16:51 +02:00
Shannon
6b6ca615ba
Updates build to ignore bower and commits typeahead.
2014-05-09 17:02:14 +10:00
Shannon
2eef061c42
attempting to add the default git path to the path variable - hopefully the server has the same one
2014-05-09 15:58:09 +10:00
Sebastiaan Janssen
215ebb78ca
Oops, this really needs to be Release mode
2014-05-08 13:56:19 +02:00
Sebastiaan Janssen
c1796dd5ac
Update ImageProcessor dependency to latest version
2014-05-08 13:28:46 +02:00
Sebastiaan Janssen
28550e3bb7
Require a recent version of NuGet in order to install Umbraco.
2014-05-08 13:28:32 +02:00
Shannon
27e6b8c80c
Adds bower to node dependencies, uses bower to get the typeahead dependency, gets bower dependencies on npm install
2014-05-05 15:55:48 +10:00