mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
fix
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#write-host "Lib is at $($lib)"
|
||||
|
||||
$assembly = [Reflection.Assembly]::LoadFile($lib)
|
||||
$tempPath = [Esiur.Proxy.TemplateGenerator]::GetTemplate($url, $dir, true, $username,$password, $asyncSetters);
|
||||
$tempPath = [Esiur.Proxy.TemplateGenerator]::GetTemplate($url, $dir, $true, $username,$password, $asyncSetters);
|
||||
|
||||
$startupProject = GetStartupProject
|
||||
|
||||
|
Reference in New Issue
Block a user