This repository was archived by the owner on Nov 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
agent/LibFuzzerDotnetLoader Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 66 <TargetFramework >net7.0</TargetFramework >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <Nullable >enable</Nullable >
9- <!-- make published binaries as small as possible -->
10- <SelfContained >true</SelfContained >
11- <PublishSingleFile >true</PublishSingleFile >
12- <InvariantGlobalization >true</InvariantGlobalization >
13- <DebuggerSupport >false</DebuggerSupport >
14- <!-- /end -->
159 </PropertyGroup >
1610
1711 <ItemGroup >
Original file line number Diff line number Diff line change 2626
2727# Build SharpFuzz and our dynamic loader harness for `libfuzzer-dotnet`.
2828pushd src/ agent/ LibFuzzerDotnetLoader
29- dotnet publish . - c Release - o $ARTIFACTS / LibFuzzerDotnetLoader - r win10- x64
29+ dotnet publish . - c Release - o $ARTIFACTS / LibFuzzerDotnetLoader -- sc - r win10- x64
3030if ($LASTEXITCODE -ne 0 ) { throw " dotnet publish exited with $LASTEXITCODE " }
3131popd
3232
Original file line number Diff line number Diff line change 3434
3535# Build SharpFuzz and our dynamic loader harness for `libfuzzer-dotnet`.
3636pushd src/agent/LibFuzzerDotnetLoader
37- dotnet publish . -c Release -o $ARTIFACTS /LibFuzzerDotnetLoader -r linux-x64
37+ dotnet publish . -c Release -o $ARTIFACTS /LibFuzzerDotnetLoader --sc - r linux-x64
3838popd
3939
4040# Build `libfuzzer-dotnet`.
You can’t perform that action at this time.
0 commit comments