Matt Mitchell

Results 232 issues of Matt Mitchell

### To double check: * [ ] The right tests are in and the right validation has happened. Guidance: https://github.com/dotnet/arcade/blob/main/Documentation/Validation.md

The NuGet repack task does support the pre-release iteration. It supports a single pre-release label, dropping the iteration when creating stable preview packages. This should be supported. Here are the...

This Epic covers clean-up and changes to arcade publishing, potentially across all versions of .NET, to improve the maintainability of the system and improve its efficiency. The big points right...

Epic

We need to enable signing of Wix5 enabled bundles and MSIs in Signtool. Wix5 is different than Wix3.14 in many aspects, and this will likely require some creative solutions as...

Epic

- [ ] This issue is blocking - [ ] This issue is causing unreasonable pain The IBC data acquisition uses a PAT right now to pass to drop.exe. This...

- [ ] This issue is blocking - [ ] This issue is causing unreasonable pain The PAT for reading OneLocBuild feeds https://github.com/dotnet/arcade/blob/48c22bf560e40ae692a9098d29466539aa6c2e14/eng/common/core-templates/job/onelocbuild.yml#L8 needs to be eliminated to avoid disruption...

We should invest in an Arcade task that produces ItemGroup items from a manifest. This is follow on work to https://github.com/dotnet/sdk/pull/47076. In the VMR orchestrator/arcade right now, 'important' added properties...

# Background Motivation The current arcade publishing infrastructure is not well-tested and is complex due to the various tasks it needs to handle efficiently. A rewrite is needed to improve...

# Publishing with Publish Artifacts Only Today, Arcade's v3 publishing task relies on Azure Pipeline's "Build Artifacts", a mutable (while the build is running) storage for build outputs. Each job...

The dotnet/sdk repo has found a way to get binskim working properly on its output. See https://github.com/dotnet/sdk/blob/main/eng/pipelines/templates/jobs/sdk-build.yml#L55-L58. It may be possible to take this approach and inject it into the...