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:
Stop modifying files where they are committed, so that you don't have to revert modifications in between each run
Use a local version of the tracer (even though copying the tracer files on an existing extension works well)
I've tested the changes, both locally, and on the deploy github action (cf this run )
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 )