This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Flatpak.
Summary
Stop at the specified module, ignoring it and all the following ones in both the "download" and "build" phases. This is useful for debugging and development.
For instance, you can build all the dependencies, but stop at the main application so that you can then do a build from a pre-existing checkout. Implies --build-only.
- Assembly
- Cake
.Flatpak .dll - Namespace
- Cake
.Flatpak - Containing Type
- Flatpak
Builder Settings
Syntax
public string StopAt { get; set; }
Value
Type | Description |
---|---|
string |