.NET MAUI Azure DevOps Build and Release Pipelines - Part 1: Windows

Поделиться
HTML-код
  • Опубликовано: 9 окт 2024

Комментарии • 7

  • @jasonwerber9154
    @jasonwerber9154 18 дней назад +1

    Very well structured and informative video series. Many thanks for all the effort.

    • @app-alchemy
      @app-alchemy  16 дней назад

      Thank you for taking the time to write this! So happy to see the amazing feedback on the series!

  • @juanfrancisco9039
    @juanfrancisco9039 3 месяца назад +2

    Hi, nice video. I also had tried ADO for my MAUI pipelines, but instead of the bash task, I simply use the DotNetCoreCLI task to install the workloads and build the different files for Android, iOS, ...

    • @yaseenafzal6162
      @yaseenafzal6162 3 месяца назад

      can you give some example vedio

    • @app-alchemy
      @app-alchemy  3 месяца назад +1

      That makes sense! Thanks for the tip!

  • @bigbil
    @bigbil 2 месяца назад +1

    Do you know how can we build a .msix file ?

    • @app-alchemy
      @app-alchemy  Месяц назад

      I see the .msix file does get created during the build, but unforutnately the --output parameter does not copy it to our output folder. I'd suggest performing the build locally to see the file structure of the output. You'll find the msix file in a directory similar to: MauiPipelinesDemo\MauiPipelinesDemo\bin\Release
      et8.0-windows10.0.19041.0\win10-x64\AppPackages\MauiPipelinesDemo_1.0.0.1_Test\MauiPipelinesDemo_1.0.0.1_x64.msix.
      You should be able to copy the msix package with the CopyFiles@2 task.