diff --git a/eng/pipelines/official.yml b/eng/pipelines/official.yml index 780e6a2dced..766af52681f 100644 --- a/eng/pipelines/official.yml +++ b/eng/pipelines/official.yml @@ -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'] ]