From 84947cdf2b8f265de85d5a49b9d81cccc900d7c0 Mon Sep 17 00:00:00 2001 From: MerlynOMsft <44985659+merlynomsft@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:59:06 -0800 Subject: [PATCH] Re-add validation dropped in https://github.com/microsoft/azure-pipelines-tasks/commit/0e190cd8312537923d033bf0bd06df8e199a804e#diff-1a844feaaef9906cefaac6c78d468e0c8bc66cc53d17db0938c150093e5712e2 --- ci/build-all-steps.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/build-all-steps.yml b/ci/build-all-steps.yml index e2194f4b4b9c..0a354ebfd8af 100644 --- a/ci/build-all-steps.yml +++ b/ci/build-all-steps.yml @@ -60,6 +60,9 @@ steps: ne(variables['numTasks'], 0) ) +- script: dotnet run --project BuildConfigGen/BuildConfigGen.csproj --all-tasks + displayName: Verify generated files across tasks are up-to-date (Ensure BuildConfigGen outputs are consistent) + - powershell: ./ci/set-sprint-variables.ps1 displayName: Set currentSprint variables