We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88dbe9 commit ad67c4dCopy full SHA for ad67c4d
1 file changed
build/Build.Windows.ps1
@@ -31,6 +31,7 @@ function Execute-Tests($version)
31
if($LASTEXITCODE -ne 0) { throw "Build failed" }
32
33
choco install seq
34
+ $env:PATH="C:\Program Files\Seq;$env:PATH"
35
36
cd ./test/SeqCli.EndToEnd/
37
& dotnet run -f $framework
0 commit comments