Skip to content

Merge pull request #37 from damienbod/dev-graph-update #98

Merge pull request #37 from damienbod/dev-graph-update

Merge pull request #37 from damienbod/dev-graph-update #98

Workflow file for this run

name: .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0'
include-prerelease: True
- name: Restore dependencies
run: dotnet restore ./content/BlazorBffAzureB2C/Server
- name: Build Blazor template
run: dotnet build ./content/BlazorBffAzureB2C/Server/BlazorBffAzureB2C.Server.csproj --no-restore