Skip to content

Update version to next and move unshipped public API to shipped (#141) #440

Update version to next and move unshipped public API to shipped (#141)

Update version to next and move unshipped public API to shipped (#141) #440

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 8.0.x
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
# Run the tests
- name: Build with .NET 8.0.x
run: dotnet test -v m --configuration Release Microsoft.Identity.Abstractions.sln
# Run the tests
- name: Pack
run: dotnet pack --configuration Release --no-restore --no-build -v m Microsoft.Identity.Abstractions.sln