PowerApps-Tooling
PowerApps-Tooling copied to clipboard
Adding SaveAs functionality to MSAppArchive
If this is related to an issue open in GitHub, please link it to this ticket and put the URL here.
Problem
Current Save routine only enables saving to the same file/stream the app was opened from/created with
Solution
Adding SaveAs function to msapparchive
Changes
- Added SaveAs function to MSAppArchive
- Resolved a bug resulting from calling Save without editing the file first
- Added unit test for SaveAs
Validation
- Unit Testing and CI