change to properties, artifact names

This commit is contained in:
Bryan Thornbury 2016-06-27 18:26:57 -07:00
parent 0d37da4d0d
commit fa97921a4d
23 changed files with 698 additions and 87 deletions

View file

@ -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 `