Skip to content

Commit

Permalink
Stub
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Jun 27, 2023
1 parent bfca3ed commit 1bd309b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,10 @@ stages:
dependsOn:
# The Build dependsOn is required for putting that stage's variables into the stageDependencies property bag (for PackageVersion).
- Build
- Publish
# Only include the Compliance stage when it is not skipped.
- ${{ if eq(parameters.SkipCompliance, false) }}:
- Compliance
# - Publish
# # Only include the Compliance stage when it is not skipped.
# - ${{ if eq(parameters.SkipCompliance, false) }}:
# - Compliance
variables:
# Gets the PackageVersion variable produced by the Build pipeline.
PackageVersion: $[ stageDependencies.Build.BuildOfficialRelease.outputs['SetPackageVersion.PackageVersion'] ]
Expand Down

0 comments on commit 1bd309b

Please sign in to comment.