Skip to content

Fix: GitHub workloads error NETSDK1139: The target platform identifie… #4

Fix: GitHub workloads error NETSDK1139: The target platform identifie…

Fix: GitHub workloads error NETSDK1139: The target platform identifie… #4

Workflow file for this run

name: Build for CI
on:
push:
branches: [ "main" ]
paths-ignore:
- "**.md"
pull_request:
branches: [ "main" ]
jobs:
build-plugin-ci:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: dotnet build src\Plugin.Maui.Rotatable.sln -c Release