Skip to content

Commit

Permalink
downgrade agent version (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstorms1 authored Jan 22, 2025
1 parent 0aa5b4b commit cb5a803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet/build-packages-dev.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DEVELOPMENT_VERSION="0.3.0-prerelease"
AGENT_DOWNLOAD_URL="http://s3.amazonaws.com/dsd6-staging/windows/agent7/buildpack/agent-binaries-7.61.0-1-x86_64.zip"
AGENT_DOWNLOAD_URL="http://s3.amazonaws.com/dsd6-staging/windows/agent7/buildpack/agent-binaries-7.60.1-1-x86_64.zip"
TRACER_DOWNLOAD_URL="https://apmdotnetci.blob.core.windows.net/apm-dotnet-ci-artifacts-master/INSTALL_SHA/windows-tracer-home.zip"


Expand Down
4 changes: 2 additions & 2 deletions dotnet/build-packages.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RELEASE_VERSION="3.9.000"
AGENT_DOWNLOAD_URL="http://s3.amazonaws.com/dsd6-staging/windows/agent7/buildpack/agent-binaries-7.61.0-1-x86_64.zip"
AGENT_DOWNLOAD_URL="http://s3.amazonaws.com/dsd6-staging/windows/agent7/buildpack/agent-binaries-7.60.1-1-x86_64.zip"
TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.9.0/windows-tracer-home.zip"

echo "Downloading tracer from ${TRACER_DOWNLOAD_URL}"
Expand Down Expand Up @@ -46,4 +46,4 @@ mv -v dotnet/content/Agent $RELEASE_DIR/Agent

echo "Creating release nuget package"
echo "Packing nuspec file via arcane roundabout csproj process"
dotnet pack dotnet/Datadog.AzureAppServices.DotNet.csproj -p:Version=${RELEASE_VERSION} -p:NoBuild=true -p:NoDefaultExcludes=true -o package
dotnet pack dotnet/Datadog.AzureAppServices.DotNet.csproj -p:Version=${RELEASE_VERSION} -p:NoBuild=true -p:NoDefaultExcludes=true -o package

0 comments on commit cb5a803

Please sign in to comment.