Skip to content

Commit

Permalink
Fix dotnet dev builds (#308)
Browse files Browse the repository at this point in the history
* Fix dotnet dev builds

* You can't build the dev version from gitlab
  • Loading branch information
andrewlock authored Jan 21, 2025
1 parent 0b9fc67 commit 8816260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions .gitlab/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
dotnet-package-dev:
tags: ["runner:main"]
image: mcr.microsoft.com/dotnet/core/sdk:3.1
rules:
- if: $RUNTIME != "node" && $RUNTIME != "java"
stage: build
script:
- echo "Installing dependencies"
- apt-get update
- apt-get install unzip
- bash ./dotnet/build-packages-dev.sh
artifacts:
expire_in: 1 weeks
paths:
- package
dotnet-package-prod:
dotnet-package:
tags: ["runner:main"]
image: mcr.microsoft.com/dotnet/core/sdk:3.1
rules:
Expand Down
2 changes: 1 addition & 1 deletion dotnet/build-packages-dev.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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"
TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.8.0/windows-tracer-home.zip"
TRACER_DOWNLOAD_URL="https://apmdotnetci.blob.core.windows.net/apm-dotnet-ci-artifacts-master/INSTALL_SHA/windows-tracer-home.zip"


echo "Downloading tracer from ${TRACER_DOWNLOAD_URL}"
Expand Down

0 comments on commit 8816260

Please sign in to comment.