Skip to content

Initial port to .NET MAUI #47

Initial port to .NET MAUI

Initial port to .NET MAUI #47

Workflow file for this run

name: CI
on:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- name: Clone Code
uses: actions/checkout@v1
- name: Setup Visual Studio Command Prompt
uses: microsoft/[email protected]
- name: Build
run: |
msbuild /restore /t:Build dotMorten.MauiEx.sln /p:Configuration=Release
- name: Upload artfacts
uses: actions/upload-artifact@v1
with:
name: NuGet Packages
path: artifacts/Release/NuGet