Skip to content

Bump MSTest.TestFramework from 3.1.1 to 3.6.4 #132

Bump MSTest.TestFramework from 3.1.1 to 3.6.4

Bump MSTest.TestFramework from 3.1.1 to 3.6.4 #132

Workflow file for this run

name: Build/Test/Deliver
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
permissions:
checks: write
contents: write
deployments: write
issues: write
packages: write
pull-requests: write
jobs:
npm:
uses: sfawcett123/workflows/.github/workflows/npm.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
dotnet:
uses: sfawcett123/workflows/.github/workflows/BUILD_TEST_DEPLOY.yml@main
with:
SONAR_KEY: sfawcett123_MenuLibrary
SONAR_ORG: sfawcett
APP_LOCN: MenuLibrary
TEST_LOCN: MenuLibraryTest
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
CODECOV: ${{ secrets.CODECOV }}
NUGET_API_KEY: ${{secrets.NUGET_API_KEY}}