change to properties, artifact names
This commit is contained in:
parent
0d37da4d0d
commit
fa97921a4d
23 changed files with 698 additions and 87 deletions
|
@ -2,7 +2,8 @@
|
|||
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
param(
|
||||
[Parameter(Mandatory=$true)][string]$inputMsi
|
||||
[string]$InputMsi,
|
||||
[string]$DotnetDir
|
||||
)
|
||||
|
||||
. "$PSScriptRoot\..\..\scripts\common\_common.ps1"
|
||||
|
@ -38,7 +39,7 @@ $testName = "Microsoft.DotNet.Cli.Msi.Tests"
|
|||
$testDir="$PSScriptRoot\$testName"
|
||||
$testBin="$RepoRoot\artifacts\tests\$testName"
|
||||
|
||||
pushd "$Stage2Dir"
|
||||
pushd "$DotnetDir"
|
||||
|
||||
try {
|
||||
.\dotnet restore `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue