mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
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:
parent
273c9f3394
commit
3d75d5396a
@ -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"
|
||||
|
@ -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/",
|
||||
|
Loading…
Reference in New Issue
Block a user