Bartłomiej Mucha

Results 18 comments of Bartłomiej Mucha

Here is the error from the logs. It's from my local tests. As you can see it can't move _Donation2 item because 'The item name "_Donation" is already defined on...

With Standalone. I have not tested other roles yet, however I think it will be the same. Package contains `core.dacpac` file that adds roles to the aspnet tables, but the...

Inside the `core.dacpac` there is `postdeploy.sql` file and that file is inserting items to the core database, but it also inserts roles like `sitecore\PowerShell Extensions Remoting` and `sitecore\PowerShellExtensionsAPI` into the...

I know how to add `Security Connection Strings` parameter and `security.dacpac` to the package. This can be done with SAT. I'm not sure how to extract that SQL script from...

I'm building it on Windows 10, but today I got the same error. There is a solution for this problem: > Unable to find version '1.9.2' of package 'xunit.runners'. Go...

Hi @nickwesselman, thanks for the reply. I know Richard's repo. I even pushed two PR there. It has nice features, however, it doesn't apply xdt transform files and does not...

Cool:) let me know if you have any questions or any issues. I will try to help. Cheers

@michaellwest there is a chance it will work now. Just need to set `security` connection string instead of `core` one. By quickly looking at `postdeployment.sql` script in `core.dacpac` there is...

I have some prototype, but it's not done yet. Maybe I will be able to finish it on Monday. I will let you know.