-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish artifacts to S3 in packaging build #686
Conversation
…ter (in addition to tags), and also write to s3 buckets for testing.
…age will begin with `datadog-dotnet-apm-Major.Minor.Patch-`, so determine this string from the name of the deb package and write that to index.txt.
If I understand correctly, this will keep uploading new packages with version |
Your understanding is correct: until we increase the version number, the artifacts will overwrite on each publish. I don't see this as an issue because we only care about measuring one non-Release commit at a time, which is the head of master. Am I missing something? |
Nope, just checking. Thanks! |
Improve the
packaging
Azure DevOps pipeline for building/deploying/testing master:packaging
pipeline on each commit to masterdatadog-dotnet-apm-${MAJOR_MINOR_PATCH_WITH_PRERELEASE}-x64.msi
datadog-dotnet-apm-${MAJOR_MINOR_PATCH}-amd64.deb
index.txt
that has supplementary information about the latest commitThe
index.txt
file contains the branch, SHA, filename (or wildcard) for installing, and the author:@DataDog/apm-dotnet