We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f751c0 commit c6fa7c1Copy full SHA for c6fa7c1
.pipelines/PlatyPS-Official.yml
@@ -150,7 +150,7 @@ extends:
150
condition: ${{ parameters.publishToPowerShellGallery }}
151
variables:
152
version: $[ stageDependencies.build.main.outputs['package.version'] ]
153
- drop: $(Pipeline.Workspace)/drop_build_main
+ drop: $(Pipeline.Workspace)
154
ob_release_environment: Production
155
jobs:
156
- job: ReleaseJob
0 commit comments