File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function Execute-Tests
2828function Build-DockerImage ($arch )
2929{
3030 $rid = " linux-$ ( $arch.rid ) "
31- & dotnet publish src/ SeqCli/ SeqCli.csproj - c Release -f $framework - r $rid -- self- contained / p:VersionPrefix= $version
31+ & dotnet publish src/ SeqCli/ SeqCli.csproj - c Release -f $framework - r $rid -- self- contained / p:VersionPrefix= $version / p:PublishSingleFile = true
3232 if ($LASTEXITCODE -ne 0 ) { exit 2 }
3333
3434 & docker buildx build -- platform " $ ( $arch.platform ) " -f dockerfiles/ seqcli/ $rid.Dockerfile - t " $image -ci:$version -$ ( $arch.rid ) " .
Original file line number Diff line number Diff line change 55 <AssemblyName >seqcli</AssemblyName >
66 <ApplicationIcon >..\..\asset\SeqCli.ico</ApplicationIcon >
77 <RuntimeIdentifiers >win-x64;linux-x64;linux-musl-x64;osx-x64;linux-arm64;linux-musl-arm64;osx-arm64</RuntimeIdentifiers >
8- <PublishSingleFile >true</PublishSingleFile >
9- <SelfContained >true</SelfContained >
108 <GenerateAssemblyInformationalVersionAttribute >True</GenerateAssemblyInformationalVersionAttribute >
119 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
1210 <TreatSpecificWarningsAsErrors />
You can’t perform that action at this time.
0 commit comments