diff --git a/eng/pipelines/stages/build-test-publish-repo.yml b/eng/pipelines/stages/build-test-publish-repo.yml index a5b2055afd..e0be57b60f 100644 --- a/eng/pipelines/stages/build-test-publish-repo.yml +++ b/eng/pipelines/stages/build-test-publish-repo.yml @@ -24,6 +24,11 @@ stages: # Template paths must be relative to the YAML job that executes them customBuildInitSteps: - template: /eng/pipelines/steps/set-public-source-branch-var.yml@self + - powershell: | + if ($PSVersionTable.PSEdition -ne "Core") { + systeminfo + } + displayName: Check Windows system info - powershell: | $imageBuilderBuildArgs = "$IMAGEBUILDERBUILDARGS" if ("$(publishRepoPrefix)".Contains("internal/")) {