We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148ee94 commit c1dc25aCopy full SHA for c1dc25a
dotnet/build-packages.sh
@@ -1,6 +1,6 @@
1
-RELEASE_VERSION="3.35.000"
+RELEASE_VERSION="3.36.000"
2
AGENT_DOWNLOAD_URL="http://s3.amazonaws.com/dsd6-staging/windows/agent7/buildpack/agent-binaries-7.72.0-1-x86_64.zip"
3
-TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.35.0/windows-tracer-home.zip"
+TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.36.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