We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6eca7 commit 549bfceCopy full SHA for 549bfce
dotnet/build-packages.sh
@@ -1,6 +1,6 @@
1
-RELEASE_VERSION="3.36.001"
+RELEASE_VERSION="3.37.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.36.0/windows-tracer-home.zip"
+TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.37.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