Fix Package targets to respect the new CLI SDK layout.
This commit is contained in:
parent
4d19e4d866
commit
5150bae60c
10 changed files with 100 additions and 291 deletions
|
@ -38,7 +38,7 @@ $testName = "Microsoft.DotNet.Cli.Msi.Tests"
|
|||
$testDir="$PSScriptRoot\$testName"
|
||||
$testBin="$RepoRoot\artifacts\tests\$testName"
|
||||
|
||||
pushd "$Stage2Dir\bin"
|
||||
pushd "$Stage2Dir"
|
||||
|
||||
try {
|
||||
.\dotnet restore `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue