Fix package-command tests failing on Windows.
We have a hard-coded "Debug" string in our restore-tests.ps1.
This commit is contained in:
parent
faa88ae155
commit
6dc9a49f0e
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@
|
|||
info "Restoring Test Projects"
|
||||
|
||||
# Restore packages
|
||||
& dotnet restore "$RepoRoot\test" -f "$TestPackageDir\Debug"
|
||||
& dotnet restore "$RepoRoot\test" -f "$TestPackageDir"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue