Skip to content

Bump Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation #210

Bump Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation

Bump Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation #210

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup MSBuild
uses: microsoft/[email protected]
- name: Setup NuGet
uses: NuGet/[email protected]
- name: Setup .NET Core SDK
uses: actions/[email protected]
with:
dotnet-version: '6.0.x'
- name: NuGet Restore (.NET Framework)
run: nuget restore DynamicPermission.sln
- name: Build (.NET Framework)
run: msbuild DynamicPermission.sln /p:Configuration=Release