Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 2.17 KB

README.md

File metadata and controls

29 lines (20 loc) · 2.17 KB

logo M-Files VAF Application Deployment Setup

This extension automates M-Files VAF application deployment from Visual Studio to multiple environments (eq. dev and production). The extension will generate Debug and Release config files in Visual Studio project and modify default build behaviour of the project to use the appropriate build configuration's settings and deploy application to target server. For each configuration, deploy can be disabled by setting deploy property in configuration files to false, in which case, mfappx archive will be created, but not deployed to destination server.

Supported Visual studio versions: VS2015, VS2017.

Installation

  • Download vsix installer from the latest release on Releases page
  • Run the installer 🙂

Usage

  • Open M-Files VAF application project in Visual Studio
  • In Solution Explorer, select your VAF project
  • Click Tools -> Setup M-Files VAF Application Deployment
  • Click OK to confirm the location where setup files will be generated
  • Click Reload Solution to display generated files in Solution Explorer

Instructions-1

  • Edit generated App.Debug.config and App.Release.config files
  • When you want to only build the mfappx package, but not to deply it on server, set the value of <deploy> element to false

Instructions-2

  • When deploying the package, set the value of <deploy> element to true

Instructions-3