Remove the instructions that cause instability

This commit is contained in:
zontreck 2024-08-27 12:58:18 -07:00
parent f2bcf5e306
commit e70b887b07

View file

@ -5,4 +5,4 @@ chmod +x runprebuild.sh
./runprebuild.sh
# Build Prebuild and SnapWrap
dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true /p:PublishReadyToRun=true /p:PublishTrimmed=true
dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true