Skip to content

Bump MSTest.TestAdapter from 3.0.2 to 3.1.1 #84

Bump MSTest.TestAdapter from 3.0.2 to 3.1.1

Bump MSTest.TestAdapter from 3.0.2 to 3.1.1 #84

Workflow file for this run

name: Build/Test/Deploy
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
permissions:
checks: write
contents: write
deployments: write
issues: write
packages: write
pull-requests: write
jobs:
deliver:
uses: sfawcett123/workflows/.github/workflows/BUILD_TEST_DEPLOY.yml@main
with:
SONAR_KEY: sfawcett123_SimListener
SONAR_ORG: sfawcett
APP_LOCN: SimListener
TEST_LOCN: SimListenerTest
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
CODECOV: ${{ secrets.CODECOV }}
NUGET_API_KEY: ${{secrets.NUGET_API_KEY}}