There was an error while loading. Please reload this page.
dotnet run
1 parent af191d3 commit 0b6ae21Copy full SHA for 0b6ae21
1 file changed
run-tests.ps1
@@ -7,12 +7,12 @@ param(
7
Set-StrictMode -Version Latest
8
$ErrorActionPreference = 'Stop'
9
10
-Push-Location "$PSScriptRoot\tests\Microsoft.DotNet.BuildTools.Prereqs.Docker.Tests"
+Push-Location "$PSScriptRoot/tests/Microsoft.DotNet.BuildTools.Prereqs.Docker.Tests"
11
try {
12
& "$PSScriptRoot/eng/common/dotnet.ps1" run --project Microsoft.DotNet.BuildTools.Prereqs.Docker.Tests.csproj --report-xunit-trx --results-directory $PSScriptRoot/artifacts/TestResults $OptionalArgs
13
14
if ($LASTEXITCODE -ne 0) {
15
- throw "Failed: '$Cmd'"
+ throw "Failed: dotnet run Microsoft.DotNet.BuildTools.Prereqs.Docker.Tests"
16
}
17
18
finally {
0 commit comments