Saturday, 22 May 2021

Visual Studio Project template for Sitecore Helix Modules and Solutions.

Please follow the below URL to get started:

 Sitecore Helix Visual Studio Templates - Visual Studio Marketplace

No comments:

Post a Comment

Extracting Nupkg files using command line

Rename it to zip first then extract files as below 1.     Rename-Item -Path A_Package.nupkg -NewName A_Package.zip 2.     Make sure to repla...