Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.12 KB

SetupCI.md

File metadata and controls

49 lines (38 loc) · 1.12 KB

#2 Setup CI

Prerequisites:

  • A GitHub account.

Created repo

  1. Done scenario 1

  2. 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.

  1. 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.

  1. Execute Update FSC-PS files

  2. Execute CI workflow Execute CI

  3. Waiting for result Execution done

  4. Setup security rules for branch Execution done


back