Skip to content

Commit

Permalink
removed obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrappelepam committed Jul 16, 2019
1 parent 55111a8 commit 4ada727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deploy-SolrAzureAppService.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Write-Output "Expanding Solr zip at D:\home\site directory as D:\home\site\$solr
Expand-Archive "..\solr.zip" -DestinationPath "..\"

Write-Output "Copying contents of D:\home\site\$solrName to D:\home\site\wwwroot"
#Copy-Item -Path "..\$solrName\*" -Destination "..\wwwroot" -recurse -Force -Verbose

xcopy "..\$solrName\*" "..\wwwroot" /S /Y

Write-Output 'Copy web.config from repository to D:\home\site\wwwroot'
Expand Down

0 comments on commit 4ada727

Please sign in to comment.