Skip to Content
0
Dec 11, 2018 at 09:34 AM

SAP B1 command line build/deploy

233 Views Last edit May 02, 2019 at 09:44 AM 2 rev

HI all,

I would like to automate the doploy process for a business one addon created with visual studio 2015,

but I cannot find a way to do a full rebuild of my project in command line mode.

The file <project>.b1s is always missing!

I already tried:

  • batch build from visual studio
  • msbuild.exe command
  • devenv. exe command

without success.

The only way I can obtain the b1s file is building from inside Visual Studio IDE.

Am I missing something?