Commit Graph

20 Commits

Author SHA1 Message Date
Bjarke Berg
efb9aacfe2 Bump version to beta001 2021-03-24 12:30:08 +01:00
Bjarke Berg
f59d36624d Do not copy umbraco folder content to output folder. Only relevant for publish folder (as far as we know) 2021-03-24 11:05:50 +01:00
Bjarke Berg
782e7dfc90 Better descriptions 2021-03-23 19:16:44 +01:00
Bjarke Berg
da539b27c9 Updated targets to allow clear 2021-03-23 12:48:37 +01:00
Bjarke Berg
0e4da70e23 Added nuget info 2021-03-21 12:58:39 +01:00
Bjarke Berg
2a134cf425 Clean up 2021-03-21 12:55:33 +01:00
Bjarke Berg
260d0dc1da Added a new package template to the dotnet template, nad added better info for cli and vs 2021-03-19 22:06:54 +01:00
Mole
2dbc206ce0 Set template default value to 9.0.0-alpha004 2021-03-05 14:06:30 +01:00
Bjarke Berg
6fcfcb0003 https://github.com/umbraco/Umbraco-CMS/issues/9811 Copy static files to publish directory in dotnet template 2021-02-16 07:19:47 +01:00
Bjarke Berg
c98efe047f Cleanup of duplicate entries in csproj and disabled compiled views as default from template (To work with purelive) 2021-02-05 12:27:30 +01:00
Bjarke Berg
246e29f1a6 Updated template to ignore generated files and added _ViewImports.cshtml 2021-02-05 11:46:50 +01:00
Bjarke Berg
063bb5aa51 Updated dotnet new template to use net5 and prepare for option for net6 in the future 2021-01-21 06:45:21 +01:00
Bjarke Berg
cd169fbcce Update version number in umbraco template from azure pipeline in continuous builds 2020-12-17 14:26:17 +01:00
Bjarke Berg
0151c435f1 Netcore: Package support for media + media types (#9547)
* Add support for media when installing a package

* clean up

* Fix tests

* Add support for media when installing a package

* clean up

* Fix tests

* moved tests + test data

* Migrated package tests + resources

* Fix issue with media picker on package page, was empty after save.

* Added missing files

* Fix casing issue of resources

* Added test for media

* Fix tests for linux

* Fix test

* Fix issue with move media..

* Fix issue with adding files to packages

* Add MediaType permissions.

* Fix test

* Fix test

* Retry flaky tests, and added TODOs to fix those

* new attempt to fix test

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
2020-12-16 22:26:47 +01:00
Bjarke Berg
8109186499 Bump to alpha003
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
2020-09-24 13:41:58 +02:00
Bjarke Berg
26a04ea2fe Added launchSettings to template
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
2020-09-23 17:22:06 +02:00
Bjarke Berg
3533c6a959 Fixed issue with template using alpha001
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
2020-09-22 14:14:27 +02:00
Bjarke Berg
31e8acb875 Renamed nuget pacakges to Umbrac.Cms.* 2020-08-24 09:23:37 +02:00
Bjarke Berg
2da7e3c54f Updated template default version to alpha001 2020-08-17 14:02:55 +02:00
Bjarke Berg
3c2f2ac0b3 Netcore: Let build.ps1 create the dotnet new templates (#8591)
* Creates the Umbraco.Templates.nuspec on build

* Update nuspec to match nuget packages

* Updated namespace of Program.cs and Startup.cs and replace these with the project name in templates

* Bugfixes for sqlce

* Simplified template to have one template with --UseSqlCe as option

* Update build/build.ps1

Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>

Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
2020-08-11 08:28:16 +02:00