We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e46054 commit 8530b9bCopy full SHA for 8530b9b
dotnet/build-packages.sh
@@ -1,6 +1,6 @@
1
-RELEASE_VERSION="3.32.100"
+RELEASE_VERSION="3.33.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.32.1/windows-tracer-home.zip"
+TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.33.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