Skip to content

Commit

Permalink
Run winver
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussell committed Oct 3, 2024
1 parent c382875 commit afb5875
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/stages/build-test-publish-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/")) {
Expand Down

0 comments on commit afb5875

Please sign in to comment.