Allow scripts to be run from a network location

This commit is contained in:
Jason Thompson 2016-02-12 20:20:12 -05:00
Родитель 0a2a89bf18
Коммит 6eb45ecbcb
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -31,10 +31,10 @@ $VerbosePreference = "Continue"
$ProgressPreference = "SilentlyContinue"
$walAssemblyName = "MicrosoftServices.IdentityManagement.WorkflowActivityLibrary"
$walAssemblyPath = Join-Path $PWD -ChildPath "$walAssemblyName.dll"
$walUIAssemblyPath = Join-Path $PWD -ChildPath "$walAssemblyName.UI.dll"
$gacUtilExePath = Join-Path $PWD -ChildPath "gacutil.exe"
$snExePath = Join-Path $PWD -ChildPath "sn.exe"
$walAssemblyPath = Join-Path $PWD.ProviderPath -ChildPath "$walAssemblyName.dll"
$walUIAssemblyPath = Join-Path $PWD.ProviderPath -ChildPath "$walAssemblyName.UI.dll"
$gacUtilExePath = Join-Path $PWD.ProviderPath -ChildPath "gacutil.exe"
$snExePath = Join-Path $PWD.ProviderPath -ChildPath "sn.exe"
function TestIsAssemblyLoaded
{

Двоичные данные
src/Scripts/UpdateWorkflowXoml.ps1

Двоичный файл не отображается.