Skip to content

Instantly share code, notes, and snippets.

@RobsonAutomator
Created April 4, 2017 08:15
Show Gist options
  • Save RobsonAutomator/fb19bc741edc2df738c2ce35e5143c69 to your computer and use it in GitHub Desktop.
Save RobsonAutomator/fb19bc741edc2df738c2ce35e5143c69 to your computer and use it in GitHub Desktop.
Set copy local parameter for Sitecore*.dll
#https://www.powershellgallery.com/packages/sitecore-automation/1.2.0.0
import-module sitecore-automation
$csproj = 'c:\users\documents\visual studio 2017\Projects\My.Sitecore.Solution\My.Web\My.Web.csproj'
Clear-CopyLocal -Path $csproj -verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment