DataDog / datadog-aas-extension

Datadog Azure App Services Site Extension
Apache License 2.0
9 stars 12 forks source link

Start improving local deployments #136

Open pierotibou opened 2 years ago

pierotibou commented 2 years ago

Allow deploying a nuget to the dev package feed with local AAS modification (xdt files, packaging...). To do so, I tried to reuse what Alexander had setup for nightly deploys. So we now have deploy-packages-local.sh that will call the same scripts given a tracer sha and a package version. I've also added a bit of cleanup for this process to be ran several times (remove intermediary files, .gitignore).

There are still a few things to improve. The main ones being:

I've tested the changes, both locally, and on the deploy github action (cf this run )