File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Properties/PublishProfiles Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ if [ ! -f "$MSBUILD" ]; then
1818 exit 1
1919fi
2020
21- echo " Running New -Release.ps1 Phase 1 for platform $MSBUILD_PLATFORM "
22- powershell.exe -NoProfile ps1/New -Release.ps1 -Platform " $MSBUILD_PLATFORM " -MsbuildPath " '$MSBUILD '" -Phase " 1 "
21+ echo " Running Start -Release.ps1 for platform $MSBUILD_PLATFORM "
22+ powershell.exe -NoProfile ps1/Start -Release.ps1 -Platform " $MSBUILD_PLATFORM " -MsbuildPath " '$MSBUILD '"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
1010 <PublishProtocol >FileSystem</PublishProtocol >
1111 <TargetFramework >net9.0-windows</TargetFramework >
1212 <RuntimeIdentifier >win-x64</RuntimeIdentifier >
13- <SelfContained >false </SelfContained >
13+ <SelfContained >true </SelfContained >
1414 <PublishSingleFile >False</PublishSingleFile >
1515 <PublishReadyToRun >True</PublishReadyToRun >
1616 </PropertyGroup >
Original file line number Diff line number Diff line change 1010 <RunPostBuildEvent >Always</RunPostBuildEvent >
1111 <RuntimeIdentifiers >win-x64;win-arm64</RuntimeIdentifiers >
1212 <ApplicationIcon >SqlNotebookIcon.ico</ApplicationIcon >
13- <SelfContained >False </SelfContained >
13+ <SelfContained >True </SelfContained >
1414 </PropertyGroup >
1515 <ItemGroup >
1616 <ProjectReference Include =" ..\..\ext\dockpanelsuite\WinFormsUI\ThemeVS2012Light.csproj" />
Original file line number Diff line number Diff line change 77 <Platforms >x64;ARM64</Platforms >
88 <LangVersion >latest</LangVersion >
99 <NoWarn >$(NoWarn);NETSDK1138</NoWarn >
10- <SelfContained >False </SelfContained >
10+ <SelfContained >True </SelfContained >
1111 </PropertyGroup >
1212 <ItemGroup >
1313 <ProjectReference Include =" ..\SqlNotebookScript\SqlNotebookScript.csproj" />
Original file line number Diff line number Diff line change 88 <RuntimeIdentifiers >win-x64;win-x86;win-arm64</RuntimeIdentifiers >
99 <RunPostBuildEvent >Always</RunPostBuildEvent >
1010 <NoWarn >$(NoWarn);NETSDK1138</NoWarn >
11- <SelfContained >False </SelfContained >
11+ <SelfContained >True </SelfContained >
1212 </PropertyGroup >
1313 <ItemGroup >
1414 <ProjectReference Include =" ..\SqlNotebookCmd\SqlNotebookCmd.csproj" />
You can’t perform that action at this time.
0 commit comments