Skip to content

project update setting yaml

Mohamed Hassan edited this page Aug 28, 2024 · 3 revisions

Update project settings in YAML

Usage:

Appvey project update yaml [options]

Arguments:

YAML file that contain project settings [required]

Options:

Example

# Assume auto login
Appvey project  update yaml  -s my_appvey  path/to/update.yaml

sample of update.yaml file

version: 1.0.{build}
build:
  project: MySolution.sln
  verbosity: minimal
  publish_wap: true
  ...

Note:

The different ways to enter token/account, read How to login

Clone this wiki locally