Skip to content

Logging: use consistent logging approach #93

Logging: use consistent logging approach

Logging: use consistent logging approach #93

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