File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/OpenTelemetry.AutoInstrumentation.Digma Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <IsPackable >true</IsPackable >
5- <TargetFrameworks >netstandard2.0; net47;net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks >
5+ <TargetFrameworks >net47;net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks >
66 <LangVersion >10</LangVersion >
77 <PackageId >OpenTel.AutoInstrumentation.Digma</PackageId >
88 <RootNamespace >OpenTelemetry.AutoInstrumentation.Digma</RootNamespace >
Original file line number Diff line number Diff line change @@ -8,4 +8,6 @@ for tfm in "${targets[@]}"; do
88 dotnet publish -c Release -f $tfm -o " bin/Publish/$tfm "
99done
1010
11- zip -r bin/Publish/OpenTelemetry.AutoInstrumentation.Digma.zip bin/Publish
11+ cd bin/Publish/
12+ zip -r OpenTelemetry.AutoInstrumentation.Digma.zip .
13+ cd ../../
You can’t perform that action at this time.
0 commit comments