-
Hello there, I have the following code trying to install a package using SPE Remote:
```powershell
$script = {
Install-Package -Path $packagePath -InstallMode Overwrite -MergeMode Clear
}
$arg…
-
The Cake.AddinDiscoverer tool has discovered discrepencies between the YAML files currently on Cake's web site and the packages discovered on Nuget.org:
YAML files to be deleted:
YAML files to…
-
Create a guide to help users get up to speed on SPE. Lessons should align with scripts found in the Getting Started module. Include shortcuts for both console and ISE.
-
Hello there,
I am trying to figure out a requirement on my end where we have a list of Sitecore XML files created using package designer located inside a folder(Assume this is Developer environment).…
-
Running this command from the Sitecore ISE:
`$session = New-ScriptSession -Username admin -Password b -ConnectionUri http://mysitecore`
Returns:
`New-WebServiceProxy : The request failed with…
-
If you set your sitecore session state to use AppFabric cache, e.g.
```
```
You end up with an application exception like below.
```
13212 10:36:37 ERROR Application e…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Incorrect path returned by Rainbow.Storage.SerializationFileSystemTree.ConvertGlobalVirtualPathToTree…
-
The Cake.AddinDiscoverer tool has discovered discrepencies between the YAML files currently on Cake's web site and the packages discovered on Nuget.org:
YAML files to be deleted:
YAML files to…
-
While this extension is great it seem to be rather extensive and scary. There are lot of (example?) items in the tree, lot of events/pipelines hooked in config file. Is it possible to create minimal p…
-
Hi, first of all, thank you for creating Unicorn. It has helped quite i bit in terms of updating templates etc when deploying. Thumbs up!
So at the moment i'm working on automating our deploymentpr…