Skip to content

Improve code by applying new C# 12 features #89

Improve code by applying new C# 12 features

Improve code by applying new C# 12 features #89

Workflow file for this run

name: DotNetPad
on:
push:
paths:
- 'src/**'
- '.github/workflows/**'
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Build
run: msbuild ./src/DotNetPad/DotNetPad.sln /restore /p:Configuration=Release /p:GenerateAppxPackageOnBuild=false