Skip to content

Commit

Permalink
Fix agent-zip for 5.0.0 (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon authored Apr 29, 2024
1 parent aa8fd7e commit c692c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/Build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ module Build =
|> Seq.iter (copyDllsAndPdbs agentDir)

// assemblies compiled against "current" version of System.Diagnostics.DiagnosticSource
!! (Paths.BuildOutput "Elastic.Apm.StartupHook.Loader/netcoreapp2.2")
!! (Paths.BuildOutput "Elastic.Apm.StartupHook.Loader/netstandard2.0")
++ (Paths.BuildOutput "Elastic.Apm/netstandard2.0")
|> Seq.filter Path.isDirectory
|> Seq.map DirectoryInfo
Expand Down

0 comments on commit c692c37

Please sign in to comment.