Skip to content

Commit

Permalink
prevent publishing from non oss (#4920)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno authored Jun 15, 2023
1 parent ebef213 commit d487d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipeline.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ extends:
# env:
# TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)/browser-webkit-test-results.xml

publishExtension: ${{ parameters.publishExtension }}
publishExtension: ${{ and(parameters.publishExtension, eq(variables['Build.Repository.Uri'], 'https://github.com/microsoft/vscode-pull-request-github.git')) }}

0 comments on commit d487d45

Please sign in to comment.