File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,20 @@ mkdir -p exe
2121echo " ::group::Build VRF"
2222cd ValveResourceFormat
2323# dotnet clean --configuration Release CLI/CLI.csproj
24- dotnet publish --configuration Release -p:PublishSingleFile=true -p:PublishReadyToRun=false --self-contained --output ../exe/Source2Viewer/ --runtime " $DOTNET_RUNTIME " -p:DefineConstants=VRF_NO_GENERATOR_VERSION CLI/CLI.csproj
24+ dotnet publish --configuration Release -p:PublishSingleFile=true -p:PublishReadyToRun=true --self-contained --output ../exe/Source2Viewer/ --runtime " $DOTNET_RUNTIME " -p:DefineConstants=VRF_NO_GENERATOR_VERSION CLI/CLI.csproj
2525echo " ::endgroup::"
2626
2727# SteamFileDownloader
2828echo " ::group::Build SteamFileDownloader"
2929cd ../SteamFileDownloader
30- dotnet publish --configuration Release -p:PublishSingleFile=true -p:PublishReadyToRun=false --self-contained --output ../exe/SteamFileDownloader/ --runtime " $DOTNET_RUNTIME " SteamFileDownloader.csproj
30+ dotnet publish --configuration Release -p:PublishSingleFile=true -p:PublishReadyToRun=true --self-contained --output ../exe/SteamFileDownloader/ --runtime " $DOTNET_RUNTIME " SteamFileDownloader.csproj
3131echo " ::endgroup::"
3232
3333# ProtobufDumper
3434echo " ::group::Build ProtobufDumper"
3535cd ../SteamKit
3636# dotnet clean --configuration Release Resources/ProtobufDumper/ProtobufDumper/ProtobufDumper.csproj
37- dotnet publish --configuration Release -p:PublishSingleFile=true -p:PublishReadyToRun=false --self-contained --output ../exe/ProtobufDumper/ --runtime " $DOTNET_RUNTIME " Resources/ProtobufDumper/ProtobufDumper/ProtobufDumper.csproj
37+ dotnet publish --configuration Release -p:PublishSingleFile=true -p:PublishReadyToRun=true --self-contained --output ../exe/ProtobufDumper/ --runtime " $DOTNET_RUNTIME " Resources/ProtobufDumper/ProtobufDumper/ProtobufDumper.csproj
3838echo " ::endgroup::"
3939
4040# Strings
You can’t perform that action at this time.
0 commit comments