Skip to content

Commit d88dbe9

Browse files
committed
try the MSI instead of Docker
1 parent 94c43e2 commit d88dbe9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build/Build.Windows.ps1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ function Execute-Tests($version)
2929
{
3030
& dotnet test ./test/SeqCli.Tests/SeqCli.Tests.csproj -c Release --framework "$framework" /p:Configuration=Release /p:Platform=x64 /p:VersionPrefix=$version
3131
if($LASTEXITCODE -ne 0) { throw "Build failed" }
32-
32+
33+
choco install seq
34+
3335
cd ./test/SeqCli.EndToEnd/
34-
docker pull datalust/seq:latest
35-
& dotnet run -f $framework -- --docker-server
36+
& dotnet run -f $framework
3637
if ($LASTEXITCODE -ne 0)
3738
{
3839
cd ../..

0 commit comments

Comments
 (0)