The GenerateAzureDevOpsBuildManifest task was added to Publish.proj MSBuild project. We need to exercise this code path in Arcade Validation. Related PRs - https://github.com/dotnet/arcade/pull/5442 - https://github.com/dotnet/arcade/pull/5517/ - https://github.com/dotnet/arcade/pull/5210/ Reference to code that needs testing - https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj - https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Arcade.Sdk/tools/SdkTasks/GenerateBuildManifest.proj - https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Arcade.Sdk/tools/Sign.props
The GenerateAzureDevOpsBuildManifest task was added to Publish.proj MSBuild project. We need to exercise this code path in Arcade Validation.
Related PRs
Reference to code that needs testing