update paths to generated nuget packages
This commit is contained in:
parent
7172cea49c
commit
f4bf77044b
2 changed files with 2 additions and 2 deletions
|
@ -8,4 +8,4 @@
|
|||
info "Restoring Test Projects"
|
||||
|
||||
# Restore packages
|
||||
& dotnet restore "$RepoRoot\test" -f "$TestPackageDir"
|
||||
& dotnet restore "$RepoRoot\test" -f "$TestPackageDir\Debug"
|
||||
|
|
|
@ -18,4 +18,4 @@ source "$DIR/../common/_common.sh"
|
|||
|
||||
header "Restoring Test Packages"
|
||||
|
||||
dotnet restore "$REPOROOT/test" --runtime $RID -f "$TEST_PACKAGE_DIR/debug" $DISABLE_PARALLEL
|
||||
dotnet restore "$REPOROOT/test" --runtime $RID -f "$TEST_PACKAGE_DIR/Debug" $DISABLE_PARALLEL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue