Skip to content

Update MySample.cs #544

Update MySample.cs

Update MySample.cs #544

Workflow file for this run

name: dotnet-ci
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0.x'
- name: Install .NET MAUI
run: dotnet workload install maui
- name: Restore dependencies
run: dotnet restore ./src/c#/GeneralUpdate.sln
- name: build
run: dotnet build ./src/c#/GeneralUpdate.sln -c Release