dotnet / deployment-tools

This repo contains the code to build the .NET deployment tools and installers for all supported platforms, as well as the sources to .NET deployment tools.
MIT License
163 stars 50 forks source link

[release/8.0] 1ES pipeline templates #357

Closed NikolaMilosavljevic closed 3 months ago

NikolaMilosavljevic commented 3 months ago

Splits the existing CI pipeline into two separate pipelines:

Successful validation builds:

joeloff commented 3 months ago

Something's off with the pipelines - we should be pulling in Windows images and it's selecting ubuntu

Operating System
Ubuntu
22.04.4
LTS
NikolaMilosavljevic commented 3 months ago

Something's off with the pipelines - we should be pulling in Windows images and it's selecting ubuntu

Operating System
Ubuntu
22.04.4
LTS

I think this is because it's trying to use azure-pipelines.yml instead of the new azure-pipelines-PR.yml I can only set the correct yml after the PR is merged into the branch, I believe.

joeloff commented 3 months ago

Something's off with the pipelines - we should be pulling in Windows images and it's selecting ubuntu

Operating System
Ubuntu
22.04.4
LTS

I think this is because it's trying to use azure-pipelines.yml instead of the new azure-pipelines-PR.yml I can only set the correct yml after the PR is merged into the branch, I believe.

That would explain the internal build being green and behaving as expected