File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if (Test-Path $publishDir) {
2323 Remove-Item $publishDir - Recurse - Force
2424}
2525
26- dotnet build - c Release - p:DebugType= None - p:DebugSymbols= false - p:AppConfigVariant= $Variant src/ SyncTrayzor/ SyncTrayzor.csproj
26+ dotnet build - c Release - p:DebugType= None - p:DebugSymbols= false - p:SelfContained = true - p: AppConfigVariant= $Variant src/ SyncTrayzor/ SyncTrayzor.csproj
2727if ($LASTEXITCODE -ne 0 ) {
2828 Write-Error " Failed to build SyncTrayzor. Exiting."
2929 exit $LASTEXITCODE
Original file line number Diff line number Diff line change 66 <AssemblyTitle >SyncTrayzor ProcessRunner</AssemblyTitle >
77 <Product >SyncTrayzor</Product >
88 <Copyright >Copyright © Antony Male 2015</Copyright >
9- <SelfContained Condition =" '$(SelfContained)' == ''" >true </SelfContained >
9+ <SelfContained Condition =" '$(SelfContained)' == ''" >false </SelfContained >
1010 </PropertyGroup >
1111 <ItemGroup >
1212 <PackageReference Include =" Mono.Options" Version =" 6.12.0.148" />
Original file line number Diff line number Diff line change 2020 <UseWPF >true</UseWPF >
2121 <ApplicationHighDpiMode >PerMonitorV2</ApplicationHighDpiMode >
2222 <ImportWindowsDesktopTargets >true</ImportWindowsDesktopTargets >
23- <SelfContained Condition =" '$(SelfContained)' == ''" >true </SelfContained >
23+ <SelfContained Condition =" '$(SelfContained)' == ''" >false </SelfContained >
2424 <Optimize >true</Optimize >
2525 <!-- Hack to a) use the current processor architecture b) forcing a windows runtime, such that build on Linux works -->
2626 <RuntimeIdentifier >win-$([System.String]::Copy('$(NETCoreSdkRuntimeIdentifier)').Split('-')[1])</RuntimeIdentifier >
You can’t perform that action at this time.
0 commit comments