Skip to content

Commit ad67c4d

Browse files
committed
find seq before the builtin
1 parent d88dbe9 commit ad67c4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/Build.Windows.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ function Execute-Tests($version)
3131
if($LASTEXITCODE -ne 0) { throw "Build failed" }
3232

3333
choco install seq
34+
$env:PATH="C:\Program Files\Seq;$env:PATH"
3435

3536
cd ./test/SeqCli.EndToEnd/
3637
& dotnet run -f $framework

0 commit comments

Comments
 (0)