First of all, I guess you've heard this before but many thanks for putting together this library and for the instructions you have provided about how to build an Umbraco package using msbuild. I have just performed my first successful build and it's great being able to do this!
I would like to let you know of one small issue I have encountered though. Maybe I did something wrong but, if not, I hope that this info will help improve the library.
It has to do with ICSharpCode.SharpZipLib.dll which is referenced. The version automatically downloaded from nuget when MSBuild.Umbraco.Tasks is retrieved is 0.86 at present. But UmbracoTasks returns an error saying that it cannot find version 0.84, even though version >= 0.84 is declared to be required on the nuget page.
I can't download 0.84 from nuget, but it's not a big deal; I have found it somewhere else and everything worked. But this might stop some people from using the nuget version of Umbraco.Tasks or it might force some open source projects to actually have the compiled dlls checked in to their repositories.
I hope that this helps.
Once again, many thanks for releasing this library!
Nuget version of MSBuild.Umbraco.Tasks
Hi Matt,
First of all, I guess you've heard this before but many thanks for putting together this library and for the instructions you have provided about how to build an Umbraco package using msbuild. I have just performed my first successful build and it's great being able to do this!
I would like to let you know of one small issue I have encountered though. Maybe I did something wrong but, if not, I hope that this info will help improve the library.
It has to do with ICSharpCode.SharpZipLib.dll which is referenced. The version automatically downloaded from nuget when MSBuild.Umbraco.Tasks is retrieved is 0.86 at present. But UmbracoTasks returns an error saying that it cannot find version 0.84, even though version >= 0.84 is declared to be required on the nuget page.
I can't download 0.84 from nuget, but it's not a big deal; I have found it somewhere else and everything worked. But this might stop some people from using the nuget version of Umbraco.Tasks or it might force some open source projects to actually have the compiled dlls checked in to their repositories.
I hope that this helps.
Once again, many thanks for releasing this library!
Best regards,
Dimitri
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.