Skip to content

add 472 to as target fwk and update publisher info (#91) #242

add 472 to as target fwk and update publisher info (#91)

add 472 to as target fwk and update publisher info (#91) #242

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: windows-latest
continue-on-error: true
name: Abstractions GitHub Action Test
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup .NET 7.0.x
uses: actions/[email protected]
with:
dotnet-version: 7.0.x
# Run the tests
- name: Build with .NET 7.0.x
run: dotnet test --configuration Release Microsoft.Identity.Abstractions.sln
# Run the tests
- name: Pack
run: dotnet pack --configuration Release Microsoft.Identity.Abstractions.sln