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)
1212}
1313
1414dotnet 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
1717if (! ($LastExitCode -eq 0 ))
1818{
1919 Pop-Location ;
You can’t perform that action at this time.
0 commit comments