let RID detection do its thing
also: * fix up pjvalidate to handle versionless deps * fix up package-command-test
This commit is contained in:
parent
4344af3c1b
commit
845f2c56e6
11 changed files with 50 additions and 45 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
. "$PSScriptRoot\..\common\_common.ps1"
|
||||
|
||||
$TestPackagesPath = "$RepoRoot\tests\packages"
|
||||
$TestPackagesPath = "$RepoRoot\artifacts\tests\package-command-test\packages"
|
||||
|
||||
if((Test-Path $TestPackagesPath) -eq 0)
|
||||
{
|
||||
|
@ -66,4 +66,4 @@ foreach {
|
|||
popd
|
||||
}
|
||||
|
||||
Exit 0
|
||||
Exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue