Prerequisites:
- A GitHub account.
-
Done scenario 1
-
Update settings.json file in the .FSC-PS folder.
{
"type":"FSCM",
"packageName": "ContosoExtension",
"buildVersion": "10.0.29",
"ciBranches": "main,release"
}
NOTE: Please refer to this description to find more details.
- Update versions file
[
{
"version": "10.0.29",
"data":{
"PlatformVersion": "7.0.6545.43",
"AppVersion": "10.0.1326.46"
}
}
]
NOTE If you have some specific versions different with version.default, you can override them inside the versions.json file. Please refer to this description to find more details.
-
Execute Update FSC-PS files