-
Notifications
You must be signed in to change notification settings - Fork 138
Closed as not planned
Closed as not planned
Copy link
Labels
area-infraSource-build infrastructure and reportingSource-build infrastructure and reporting
Description
Describe the Problem
We collect packages restored from internal feeds during smoke tests. These are output as build artifacts. However, these packages are not sufficient for all types of testing the source-build tarball. At times we need to add additional packages for offline testing.
At the moment I use an empty project with PackageDownload targets and a manually created NuGet config: https://gist.github.com/lbussell/47a3953686c218ede865e305478df74a
Then, I create the prereqs with this script: https://gist.github.com/lbussell/5789974491e3d3ed737aac0e8b97b594
Describe the Solution
This can be automated in my proposed source-build-pre-release pipeline.
The steps required to completely automate this are:
- Download amd64 and arm64 smoke test prereqs artifacts from internal builds.
- Create combine prereqs package as described above.
- Upload finished prereqs to dotnetclimsrc azure storage account.
Additional Context
Metadata
Metadata
Assignees
Labels
area-infraSource-build infrastructure and reportingSource-build infrastructure and reporting
Type
Projects
Status
Done