Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Bump MSTest.TestAdapter from 2.2.5 to 3.6.0 #85

Bump MSTest.TestAdapter from 2.2.5 to 3.6.0

Bump MSTest.TestAdapter from 2.2.5 to 3.6.0 #85

Workflow file for this run

name: .NET Core
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: CovidPassReader-Nuget
path: |
${{ github.workspace }}\**\*CovidPassReader*.nupkg