Removed obsolete file from the list of dependencies.

Also, removed duplicate code from utility script.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2019-03-26 08:36:56 +00:00 committed by Mihaela Stoica
parent 273c9f3394
commit 3d75d5396a
2 changed files with 0 additions and 15 deletions

View File

@ -65,13 +65,3 @@ foreach($dep in $DEPS_MAP.files) {
}
}
}
#unit test dependencies
$MOQ="Moq.dll"
$MOQ_URL="https://$DOMAIN/ctx-local-contrib/Moq/4.0.10827.0/4.0/$MOQ"
$NUNIT="nunit.framework.dll"
$NUNIT_URL="https://$DOMAIN/ctx-local-contrib/NUnit/NUnit/2.5.2.9122/3.5/$NUNIT"
Invoke-WebRequest -Uri $MOQ_URL -Method Get -OutFile "$PACKAGE_DIR\$MOQ"
Invoke-WebRequest -Uri $NUNIT_URL -Method Get -OutFile "$PACKAGE_DIR\$NUNIT"

View File

@ -10,11 +10,6 @@
"target": "xenadmin.git/packages/",
"flat": "true"
},
{
"pattern": "@REMOTE_DOTNET@/dotnet46/NDP46-KB3045560-Web.exe",
"target": "xenadmin.git/dotNetInstaller/",
"flat": "true"
},
{
"pattern": "@REMOTE_DOTNET@/dotnet46/CookComputing.XmlRpcV2.dll",
"target": "xenadmin.git/packages/",