Configure CI/CD pipeline with YAML file - MSIX | Microsoft Learn

PHOTO EMBED

Tue Oct 11 2022 18:22:10 GMT+0000 (Coordinated Universal Time)

Saved by @frikke

- task: MSBuild@1
  inputs:
    solution: Msix/Msix.wapproj
    platform: $(buildPlatform)
    configuration: $(buildConfiguration)
    msbuildArguments: '/p:OutputPath=NonPackagedApp /p:UapAppxPackageBuildMode=SideLoadOnly  /p:AppxBundle=Never /p:GenerateAppInstallerFile=True
/p:AppInstallerUri=http://yourwebsite.com/packages/ /p:AppInstallerCheckForUpdateFrequency=OnApplicationRun /p:AppInstallerUpdateFrequency=1 /p:AppxPackageDir=$(Build.ArtifactStagingDirectory)/'
  displayName: 'Package the App'
content_copyCOPY

https://learn.microsoft.com/nb-no/windows/msix/desktop/azure-dev-ops