Skip to content
terminal

GitHub Action

Setup MAUI Action

v1.1 Latest version

Setup MAUI Action

terminal

Setup MAUI Action

Github Action to setup .net MAUI on any OS runner ⚙️🖥

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup MAUI Action

uses: weslleymurdock/setup-maui-action@v1.1

Learn more about this action in weslleymurdock/setup-maui-action

Choose a version

setup-maui Action

Action test on MacOs Action test on Windows

Github Action to setup .NET MAUI on osx and windows OS runner's ⚙️🖥 Needs an existent .NET Setup

Usage

Build MAUI Classlib

OSX

    steps: 
      - uses: weslleymurdock/setup-maui-action@v1.1
        with:
          dotnet-version: 8.0.x

Windows

    steps:
      - uses: weslleymurdock/setup-maui-action@v1.1
        with:
          dotnet-version: 8.0.x

Contributing

Guidelines

Licensed

☞ This repository uses the Apache License 2.0