File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ If (!$isAppveyor)
12
12
}
13
13
14
14
dotnet restore ..\GitExtensions.PluginManager.sln
15
- dotnet publish ..\src\PackageManager.UI\PackageManager.UI.csproj - c Release - p:PublishProfile = FolderProfile
16
- dotnet publish ..\src\GitExtensions.PluginManager\GitExtensions.PluginManager.csproj -- configuration Release - verbosity:minimal
15
+ dotnet publish ..\src\PackageManager.UI\PackageManager.UI.csproj - c Release - p:PublishSingleFile = true - p:PublishReadyToRun = true - p:RuntimeIdentifier = win - x86 - p:SelfContained = false - p:PublishDir = bin\Release\net5. 0 - windows\publish\ - bl: $targetPath \build-PackageManager .UI.binlog
16
+ dotnet publish ..\src\GitExtensions.PluginManager\GitExtensions.PluginManager.csproj -- configuration Release - verbosity:minimal - bl: $targetPath \build-GitExtensions .PluginManager.binlog
17
17
if (! ($LastExitCode -eq 0 ))
18
18
{
19
19
Pop-Location ;
You can’t perform that action at this time.
0 commit comments