Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 758 Bytes

associate_ms_store.md

File metadata and controls

19 lines (14 loc) · 758 Bytes

🔨 associate_ms_store

Makes a local app manifest needed for Microsoft Store association. All data can be obtained from Microsoft Partner Center dashboard.

This action uses Windows Azure Service Management API. You need to create Azure AD account and setup it before.

Argument Description Env Var Default
manifest Path to the APPX package manifest SF_PROJECT_MANIFEST
app_id The Microsoft Store ID of an application SF_APP_ID

Example:

associate_ms_store(
  manifest: "./MyProject/Package.appxmanifest",
  app_id: "9PG71NABCDE"
)