We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504efac commit f5a052eCopy full SHA for f5a052e
dotnet/build-packages.sh
@@ -1,6 +1,6 @@
1
-RELEASE_VERSION="3.37.000"
+RELEASE_VERSION="3.38.000"
2
AGENT_DOWNLOAD_URL="http://s3.amazonaws.com/dsd6-staging/windows/agent7/buildpack/agent-binaries-7.75.0-1-x86_64.zip"
3
-TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.37.0/windows-tracer-home.zip"
+TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.38.0/windows-tracer-home.zip"
4
5
echo "Downloading tracer from ${TRACER_DOWNLOAD_URL}"
6
wget -O tracer.zip $TRACER_DOWNLOAD_URL
0 commit comments