Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSIX build AzDO task should fail if it doesn't build an msix package #586

Open
florelis opened this issue Jun 20, 2023 · 0 comments
Open
Labels
Area-MSIX ADO Issues related to MSIX and Azure DevOps, CI/CD Feature New feature or request

Comments

@florelis
Copy link
Member

The build task just calls MSBuild with the appropriate parameters to create a package, assuming that the solution already has a Windows Application Packaging project. If the solution has that project, then everything works fine and the package is created. But if it doesn't or if it is not configured properly, then there is nothing that uses the properties in the command line and the package is not created.

This is not being treated as an error, since MSBuild simply succeeds without knowing that it didn't do what we wanted it to do. We should detect that a package was created and fail if it wasn't.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue needs to be triaged by a member of the core team label Jun 20, 2023
@florelis florelis added Feature New feature or request Area-MSIX ADO Issues related to MSIX and Azure DevOps, CI/CD and removed Needs-Triage Issue needs to be triaged by a member of the core team labels Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-MSIX ADO Issues related to MSIX and Azure DevOps, CI/CD Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant