question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to disable publishing using programmatic API?

See original GitHub issue
  • Version: 19.13.0
  • Target: any

I upgraded from 17.7.0 to 19.13.0 after the code signing issue on macOS was fixed. Now I’m stuck as the build process assumes that building on Jenkins should also include publishing to somewhere. I don’t want this. How do I disable it? The documentation says that you can use the command line switch --publish never. Howerver, we use the programmatic API to build and package the app. What is the equivalent in the programmatic API to disable publishing? Thank you.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
TLmaK0commented, Apr 14, 2022

Empty array publish: [] works for me.

0reactions
develarcommented, Jul 11, 2017

Yeah, we on the way to get rig of root object wrapper and use only config. For simplification.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to disable "publish" content for a particular role?
Just unchecked publish checkbox on content type setting page and hide this field with CSS if user has writer role or remove it ......
Read more >
Publish - electron-builder
Publish. The publish key contains a set of options instructing electron-builder on how it should publish artifacts and build update info files for...
Read more >
How to Enable/Disable Azure Function programmatically
The username and password can be obtained from "Get publish profile" in the App Service settings for your Functions. Save this answer.
Read more >
Set or remove sensitivity labels using Power BI REST admin ...
See an example of how to use Power BI REST admin APIs to set or remove sensitivity labels on Power BI artifacts.
Read more >
Publishing Extensions - Visual Studio Code
You can unpublish an extension with the vsce tool by specifying the extension ID publisher.extension . vsce unpublish (publisher name).(extension name). Note: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found