Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Apr 18, 2019
1 parent c2debee commit 2c90fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DevOps-Compile.yml
Expand Up @@ -47,8 +47,8 @@ jobs:
Write-Output ("Copy Microsoft.SharePoint.dll from Azure storage account")
$azureContext = New-AzureStorageContext $(AzureStorageAccountName) $(AzureStorageAccountKey)
$azureShare = Get-AzureStorageShare $(AzureStorageShareName) Context $azureContext
Get-AzureStorageFileContent Share $azureShare Path "$azureStorageBaseDirectory\SharePoint 2013\Microsoft.SharePoint.dll" "$projectLocalPath\Microsoft.SharePoint.dll"
$azureShare = Get-AzureStorageShare $(AzureStorageShareName) -Context $azureContext
Get-AzureStorageFileContent -Share $azureShare -Path "$azureStorageBaseDirectory\SharePoint 2013\Microsoft.SharePoint.dll" "$projectLocalPath\Microsoft.SharePoint.dll"
Write-Output ("Add Microsoft.SharePoint.dll to the GAC")
[System.Reflection.Assembly]::Load("System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
$publish = New-Object System.EnterpriseServices.Internal.Publish
Expand Down

0 comments on commit 2c90fa8

Please sign in to comment.