dotnet / project-system

The .NET Project System for Visual Studio
MIT License
967 stars 386 forks source link

1es migration #9413

Closed adamint closed 6 months ago

adamint commented 7 months ago

The added optprof-scheduled.yml pipeline can be seen here: https://devdiv.visualstudio.com/DevDiv/_build?definitionId=21326&_a=summary - it is set to run every week, following the cadence that CPS does it. It depends on the most recent successful build of our normal release pipeline.

Microsoft Reviewers: Open in CodeFlow
smitpatel commented 6 months ago
  • name: SkipCompliance

remove this parameter. We are never skipping compliance in new world


Refers to: eng/pipelines/official.yml:112 in 1ee183b. [](commit_id = 1ee183b785e79b49accac32d39e6f9e8481fe4d9, deletion_comment = False)

adamint commented 6 months ago

remove this parameter. We are never skipping compliance in new world

We can skip when testing. The parameter should stay, as it is useful when modifying the pipeline.