Configure CI/CD pipeline with YAML file - MSIX | Microsoft Learn

PHOTO EMBED

Tue Oct 11 2022 18:22:04 GMT+0000 (Coordinated Universal Time)

Saved by @frikke

- script: |
  net use Z: \\filesharestorageccount.file.core.windows.net\myfileshare
    /u:AZURE\filesharestorageccount
    3PTYC+ociHIwNgCnyg7zsWoKBxRmkEc4Aew4FMzbpUl/
    dydo/3HVnl71XPe0uWxQcLddEUuq0fN8Ltcpc0LYeg==
  xcopy $(System.DefaultWorkingDirectory)\_MsixDesktopApp\drop Z:\ /Y
  displayName: 'Publish App Installer File and MSIX package'
content_copyCOPY

https://learn.microsoft.com/nb-no/windows/msix/desktop/azure-dev-ops