We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85701b3 commit b9be65eCopy full SHA for b9be65e
dotnet/build-packages.sh
@@ -1,6 +1,6 @@
1
-RELEASE_VERSION="3.9.1"
+RELEASE_VERSION="3.9.100"
2
AGENT_DOWNLOAD_URL="http://s3.amazonaws.com/dsd6-staging/windows/agent7/buildpack/agent-binaries-7.60.1-1-x86_64.zip"
3
-TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.9.0/windows-tracer-home.zip"
+TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.9.1/windows-tracer-home.zip"
4
5
echo "Downloading tracer from ${TRACER_DOWNLOAD_URL}"
6
wget -O tracer.zip $TRACER_DOWNLOAD_URL
0 commit comments