File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function Print-Usage() {
2626 Write-Host " if it is set, will be used."
2727}
2828
29- function Global :prompt {" (dogfood) PS $PWD > " }
29+ function Global :prompt { " (dogfood) PS $PWD > " }
3030
3131if ($help -or (($command -ne $null ) -and ($command.Contains (" /help" ) -or $command.Contains (" /?" )))) {
3232 Print- Usage
@@ -35,7 +35,7 @@ if ($help -or (($command -ne $null) -and ($command.Contains("/help") -or $comman
3535
3636try {
3737 $toolsetBuildProj = InitializeToolset
38- . $PSScriptroot \restore-toolset.ps1
38+ . $PSScriptRoot \restore-toolset.ps1
3939
4040 $env: SDK_REPO_ROOT = $RepoRoot
4141
6262 $Host.UI.RawUI.WindowTitle = " SDK Test ($RepoRoot ) ($configuration )"
6363 & $command [0 ] $command [1 .. ($command.Length - 1 )]
6464 }
65+ Set-Location " $PSScriptRoot \..\artifacts\tmp\Debug\testing"
6566}
6667catch {
6768 Write-Host $_
Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ export PATH=$testDotnetRoot:$PATH
2727export DOTNET_ROOT=$testDotnetRoot
2828export DOTNET_ADD_GLOBAL_TOOLS_TO_PATH=0
2929export PS1=" (dogfood) $PS1 "
30- export DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT=" true"
30+ export DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT=" true"
31+ cd " $scriptroot /../artifacts/tmp/Debug/testing"
You can’t perform that action at this time.
0 commit comments