2019-04-15 20:28:55 +03:00
|
|
|
|
2019-05-03 01:53:31 +03:00
|
|
|
# DevOps for Windows Desktop Apps
|
2019-04-27 04:29:30 +03:00
|
|
|
|
|
|
|
This repo contains a sample application to showcase best practices when doing DevOps to deploy/update Windows Desktop applications using MSIX.
|
|
|
|
|
2019-05-07 11:21:43 +03:00
|
|
|
Azure Dev Ops Pipelines are available at: https://dev.azure.com/devops-for-client-apps/MyWPFApp
|
|
|
|
|
2019-04-27 04:22:28 +03:00
|
|
|
### CD - Web
|
2019-05-07 11:21:43 +03:00
|
|
|
[![Build Status](https://dev.azure.com/devops-for-client-apps/MyWPFApp/_apis/build/status/CI-build?branchName=master&jobName=Build&configuration=Build%20Channel_CD_Web)](https://dev.azure.com/devops-for-client-apps/WpfCoreApp/_build/latest?definitionId=1&branchName=master)
|
2019-04-18 02:01:23 +03:00
|
|
|
|
2019-05-07 10:41:03 +03:00
|
|
|
[![CD](https://img.shields.io/azure-devops/release/devops-for-client-apps/99e907d0-45c4-4065-9d18-a85a42d82d83/1/1.svg?style=flat-square)](https://mywpfapp.azurewebsites.net/CD/)
|
2019-04-18 02:01:32 +03:00
|
|
|
|
2019-04-27 04:22:28 +03:00
|
|
|
### PROD - Web
|
2019-05-07 11:21:43 +03:00
|
|
|
[![Build Status](https://dev.azure.com/devops-for-client-apps/MyWPFApp/_apis/build/status/CI-build?branchName=master&jobName=Build&configuration=Build%20Channel_Prod_Web)](https://dev.azure.com/devops-for-client-apps/WpfCoreApp/_build/latest?definitionId=1&branchName=master)
|
2019-04-17 00:17:34 +03:00
|
|
|
|
2019-05-07 10:41:03 +03:00
|
|
|
[![PROD](https://img.shields.io/azure-devops/release/devops-for-client-apps/99e907d0-45c4-4065-9d18-a85a42d82d83/1/9.svg?style=flat-square)](https://mywpfapp.z5.web.core.windows.net/Prod)
|
2019-04-27 04:22:28 +03:00
|
|
|
|
|
|
|
### Store
|
2019-05-07 11:21:43 +03:00
|
|
|
[![Build Status](https://dev.azure.com/devops-for-client-apps/MyWPFApp/_apis/build/status/CI-build?branchName=master&jobName=Build&configuration=Build%20Channel_CD_Web)](https://dev.azure.com/devops-for-client-apps/WpfCoreApp/_build/latest?definitionId=1&branchName=master)
|
2019-04-27 04:29:30 +03:00
|
|
|
<p>
|
2019-04-27 09:50:35 +03:00
|
|
|
<img src="https://assets.windowsphone.com/85864462-9c82-451e-9355-a3d5f874397a/English_get-it-from-MS_InvariantCulture_Default.png" width="180" />
|
|
|
|
</p>
|
2019-04-27 04:22:28 +03:00
|
|
|
|
2019-04-17 10:29:25 +03:00
|
|
|
|
2019-04-15 20:28:55 +03:00
|
|
|
# Contributing
|
|
|
|
|
|
|
|
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
|
|
|
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
|
|
|
|
the rights to use your contribution. For details, visit https://cla.microsoft.com.
|
|
|
|
|
|
|
|
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
|
|
|
|
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
|
|
|
|
provided by the bot. You will only need to do this once across all repos using our CLA.
|
|
|
|
|
|
|
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
|
|
|
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
|
|
|
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|