Skip to content

Commit

Permalink
Update publish.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Sep 12, 2022
1 parent 462407c commit 8f60783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
condition: and(${{ parameters.stopOnNoCI }}, contains(variables['Build.SourceVersionMessage'], '***NO_CI***'))
- template: templates/checkout-full.yml
parameters:
persistCredentials: false # We're going to use rnbot's credentials to publish

- powershell: gci env:/BUILD_*
displayName: Show build information
Expand Down

0 comments on commit 8f60783

Please sign in to comment.