Created
April 4, 2017 08:15
-
-
Save RobsonAutomator/fb19bc741edc2df738c2ce35e5143c69 to your computer and use it in GitHub Desktop.
Set copy local parameter for Sitecore*.dll
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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