diff --git a/build.bat b/build.bat index 6f79a188..f0ab4714 100644 --- a/build.bat +++ b/build.bat @@ -2,7 +2,7 @@ cd src -dotnet publish -c Release -r win-x64 -o ..\publish\SourceGit\ -p:PublishSingleFile=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained=true +dotnet publish -c Release -r win-x64 -o ..\publish\SourceGit\ -p:PublishSingleFile=true --self-contained=true dotnet publish -c Release -r win-x64 -o ..\publish\ -p:PublishSingleFile=true --self-contained=false pause \ No newline at end of file diff --git a/src/SourceGit.csproj b/src/SourceGit.csproj index 18672ea1..43e55479 100644 --- a/src/SourceGit.csproj +++ b/src/SourceGit.csproj @@ -16,10 +16,4 @@ Public true - - - - - - \ No newline at end of file