You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (Test-Path $possibleDotnetLocation) { $possibleDotnetLocation } else { "$env:LocalAppData\Microsoft\dotnet" }
95
-
}
96
-
else {
97
-
"$env:HOME/.dotnet"
98
-
}
99
-
100
-
$env:DOTNET_ROOT = $dotnetPath
101
-
102
89
dotnet --info
103
90
dotnet restore
104
91
dotnet test /property:RELEASE_VERSION=$releaseVersion --test-adapter-path:. "--logger:xunit;LogFilePath=$(System.DefaultWorkingDirectory)/test-hosting.xml"
0 commit comments