We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c43e2 commit d88dbe9Copy full SHA for d88dbe9
build/Build.Windows.ps1
@@ -29,10 +29,11 @@ function Execute-Tests($version)
29
{
30
& dotnet test ./test/SeqCli.Tests/SeqCli.Tests.csproj -c Release --framework "$framework" /p:Configuration=Release /p:Platform=x64 /p:VersionPrefix=$version
31
if($LASTEXITCODE -ne 0) { throw "Build failed" }
32
-
+
33
+ choco install seq
34
35
cd ./test/SeqCli.EndToEnd/
- docker pull datalust/seq:latest
- & dotnet run -f $framework -- --docker-server
36
+ & dotnet run -f $framework
37
if ($LASTEXITCODE -ne 0)
38
39
cd ../..
0 commit comments