Hi,
~remoteAppUrl is replaced when VS builds the project and produces the .app package. It's generated through the MSBuild command as one step of the workflow. If you don't use TFS, you can install the VS on your build server, and call the MSBuild command to get the correct package. You'll also need to integrate this step into your CI process.
Thanks,
Xiaoying
~remoteAppUrl is replaced when VS builds the project and produces the .app package. It's generated through the MSBuild command as one step of the workflow. If you don't use TFS, you can install the VS on your build server, and call the MSBuild command to get the correct package. You'll also need to integrate this step into your CI process.
Thanks,
Xiaoying