Scott Durow

Results 133 comments of Scott Durow

Hi @rappen - thanks for this. I agree it should work, and I can't think of why it wouldn't. This seems to be something to do with the .NET reflection...

Hi @Atili0 - you will need to use version 9.1.0.79 of the core tools instead of the latest - see #461

I'll get this PR merged asap

Yes - that will happen automatically

Thanks all - it'll mean the next version of spkl will require the latest SDK core tools. For now -the workaround is to stay on the older version.

I'll take a look into this!

I believe it needs the solutions section as described by https://github.com/scottdurow/SparkleXrm/wiki/spkl#mapping-the-solution-pack-to-build-artefacts https://github.com/scottdurow/SparkleXrm/blob/f54f910116a61010767fe00d5c48218488da0be2/spkl/SparkleXrm.Tasks/Tasks/DownloadWebresourceFileTask.cs#L82 I think you are right though - it should use the solution field from the webresources config -...

which version of spkl are you using? Can you check that you have version >=1.0.640 When you unpack a solution with Power Fx buttons - you should see a folder...

Which version of Microsoft.CrmSdk.CoreTools do you have installed?

Which step do you think it is failing at - pack or import - can you change the spkl command to just pack? `"%spkl_path%" pack "%cd%\.." "" %*` Could you...