Skip to content

Bump D2L.CodeStyle.Analyzers from 0.189.0 to 0.193.0 #286

Bump D2L.CodeStyle.Analyzers from 0.189.0 to 0.193.0

Bump D2L.CodeStyle.Analyzers from 0.189.0 to 0.193.0 #286

Workflow file for this run

name: Build and test
on:
pull_request:
push:
branches: master
jobs:
test:
name: Build and test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-dotnet
- name: Unit tests
run: dotnet test -c Release --framework net60 test/D2L.Security.OAuth2.UnitTests/D2L.Security.OAuth2.UnitTests.csproj
- name: Integration tests
run: dotnet test -c Release --framework net60 test/D2L.Security.OAuth2.IntegrationTests/D2L.Security.OAuth2.IntegrationTests.csproj