WindowsAppSDK-Samples
WindowsAppSDK-Samples copied to clipboard
User/sachinta/add repair api to deployment manager sample
Description
Add Repair API to Deployment Manager Sample for 1.3 release.
TODO BEFORE COMPLETING THE PR
- When WindowsAppSDK version 1.3 releases, update this Sample to use 1.3 WinAppSDK nuget package.
- Test it on the WindowsAppSDK version 1.3 release.
Target Release
Please specify which release this PR should align with.1.3
Checklist
- [ ] Samples build and run using the Visual Studio versions listed in the Windows development docs.
- [ ] Samples build and run on all supported platforms (x64, x86, ARM64) and configurations (Debug, Release).
- [ ] Samples set the minimum supported OS version to Windows 10 version 1809.
- [ ] Samples build clean with no warnings or errors.
- [ ] [For new samples]: Samples have completed the sample guidelines checklist and follow standardization/naming guidelines.
- [ ] If I am onboarding a new feature, then I must have correctly setup a new CI pipeline for my feature with the correct triggers and path filters laid out in the "Onboarding Samples CI Pipeline for new feature" section in samples-guidelines.md.
- [ ] I have commented on my PR
/azp run SamplesCI-<FeatureName>to have the CI build run on my branch for each of my FeatureName my PR is modifying. This must be done on the latest commit on the PR before merging to ensure the build is up to date and accurate. Warning: the PR will not block automatically if this is not run due to '/azp run' limitation on triggering more than 10 pipelines.