
Hi All
Sorry for come back and ask a same question again.
Now, I have a customer, they have LCS project, in their project, it has 5 environments. Right now, we have some models include 5 ISV models. In there environment, I tried to create a deploy package and save to LCS asset library. However, ISV models cannot be selected to create deploy package.
But we have ISVs' Bin folder in VSTS(Azure DevOps). I found some resources, I found we can run build Pipelines to create deploy package and save to LCS's library.
I follow some steps to build a new Pipelines, and run it; however, the deploy package is deployed yo test environment directly. and Deploy package does not be saved on Asset Library.
Now I want to know how to set details about Pipelines and customer's LCS project, so after we run build Pipelines, the deploy package can be saved to Asset Library directly.
Thank you very much!
Best Regards,
JustZM
In the release pipeline you should have two steps, one for the asset upload to LCS and another one for the deployment to an environment, right? You should have the same LCS project configured in both steps and you should see the asset uploaded to that LCS project, the deployment cannot start without the asset being on LCS. I wrote this some time ago, it might help.
Adrià Ariste - Senior technical consultant @ Axazure - Read my blog!