Skip to content

Commit 42d3740

Browse files
committed
ws
1 parent 75968ea commit 42d3740

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/Build.Linux.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function Execute-Tests
3030
function Build-DockerImage($arch)
3131
{
3232
$rid = "linux-$($arch.rid)"
33+
3334
& dotnet publish src/SeqCli/SeqCli.csproj -c Release -f $framework -r $rid --self-contained /p:VersionPrefix=$version /p:PublishSingleFile=true
3435
if($LASTEXITCODE -ne 0) { exit 2 }
3536

0 commit comments

Comments
 (0)