Skip to content

Prepare release 8.0.1 #102

Prepare release 8.0.1

Prepare release 8.0.1 #102

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