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 75968ea commit 42d3740Copy full SHA for 42d3740
1 file changed
build/Build.Linux.ps1
@@ -30,6 +30,7 @@ function Execute-Tests
30
function Build-DockerImage($arch)
31
{
32
$rid = "linux-$($arch.rid)"
33
+
34
& dotnet publish src/SeqCli/SeqCli.csproj -c Release -f $framework -r $rid --self-contained /p:VersionPrefix=$version /p:PublishSingleFile=true
35
if($LASTEXITCODE -ne 0) { exit 2 }
36
0 commit comments