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

Bump MSTest.TestFramework from 3.2.2 to 3.3.0 #57

Bump MSTest.TestFramework from 3.2.2 to 3.3.0

Bump MSTest.TestFramework from 3.2.2 to 3.3.0 #57

Workflow file for this run

name: push
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -c Release
- name: Test
run: dotnet test
- name: Publish Nuget Panosen.Hash
run: dotnet nuget push Panosen.Hash/bin/Release/Panosen.Hash.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.PANOSEN_NUGET_API_KEY}} --skip-duplicate