Skip to content

Add Escape Char for Special Char(s) #28

Add Escape Char for Special Char(s)

Add Escape Char for Special Char(s) #28

Workflow file for this run

name: PR
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Install Maui
run: dotnet workload install maui
- name: Restore dependencies
run: dotnet restore TinyInsights/TinyInsights.csproj
- name: Build
run: dotnet build TinyInsights/TinyInsights.csproj --no-restore
- name: Pack
run: dotnet pack TinyInsights/TinyInsights.csproj