Prerequisites:
- A GitHub account. If you need to always deploy your test model to the specific environment do the next:
- Add "includeTestModel" to the specific environment in the .\FSC-PS\environments.json file:
[
{
"name":"Contoso-QA",
"settings":{
"buildVersion": "10.0.39",
"sourceBranch": "main",
"lcsEnvironmentId": "{SetLCSEnvironmentId-GUID}",
"azVmname" : "{SetAzurVMName}",
"azVmrg" : "{SetAzureVMResourceGrouName}",
"cron":"0 21 * * *",
"includeTestModel":true
}
}
]
Now, anytime when you execute the Deploy workflow for this environment, the FSC-PS will take your Test model, build, include it into the deployable package and deploy to the environment.