Azure DevOps
1 TopicBuilding of an MSIX in Azure DevOps doesn't build
I'm using the "MSIX Build and Package" task on Azure DevOps for building an MSIX App. Its a .NET 8 MAUI-App. I have done a screenshot of the config in the attachements. While the build task runs, i'm getting: Build started 12/15/2023 5:54:50 PM. Project "D:\a\1\s\JobApplicationManager.sln" on node 1 (default targets). ValidateSolutionConfiguration: Building solution configuration "debug|x64". Project "D:\a\1\s\JobApplicationManager.sln" (1) is building "D:\a\1\s\JobApplicationManager\JobApplicationManager.csproj.metaproj" (2) on node 1 (default targets). D:\a\1\s\JobApplicationManager\JobApplicationManager.csproj.metaproj : warning MSB4078: The project file "JobApplicationManager\JobApplicationManager.csproj" is not supported by MSBuild and cannot be built. Done Building Project "D:\a\1\s\JobApplicationManager\JobApplicationManager.csproj.metaproj" (default targets). Done Building Project "D:\a\1\s\JobApplicationManager.sln" (default targets). Build succeeded. "D:\a\1\s\JobApplicationManager.sln" (default target) (1) -> "D:\a\1\s\JobApplicationManager\JobApplicationManager.csproj.metaproj" (default target) (2) -> (Build target) -> D:\a\1\s\JobApplicationManager\JobApplicationManager.csproj.metaproj : warning MSB4078: The project file "JobApplicationManager\JobApplicationManager.csproj" is not supported by MSBuild and cannot be built. 1 Warning(s) 0 Error(s) But no MSIX file can be found in the artifacts. What can i do? Greetings Sascha430Views0likes0Comments