Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
yophilav 62b7c8b030
Update an artifact publication script to prepare the file locally. (#86)
Introduce a helper script that formats the naming & artifacts for the github package publication.

In the ideal scenario, we shouldn't be using this function but if the automation should fail, we have a backup tool to quickly do the release.
2022-03-03 09:49:33 -08:00
yophilav eeb1e984da
Update UploadArtifactsToGitHub.ps1 (#75)
Update UploadArtifactsToGitHub.ps1
2021-08-06 15:25:37 -07:00
yophilav 07b58dca7f
Automate Github artifacts publication (#74)
Automate Github artifacts publication.

- Prepare-DevOps-Artifacts: This function downloads and prepares the Iot Edgelet artifacts from DevOps pipeline for a release.  The final artifacts are collected under "<WorkDir>/output" path.

- Prepare-GitHub-Artifacts: This function downloads and prepares the IoT Identity Service artifacts from Github Action for a release. The final artifacts are collected under "<WorkDir>/output" path.

- Upload-Artifacts-To-GitHub: This function upload the artifacts from a given "workDir" to a new GitHub release page.

Reference: https://github.com/Azure/iotedge/pull/5278
2021-07-26 17:42:19 -07:00