Skip to content

Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#45) #242

Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#45)

Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#45) #242

name: ci
on:
push:
paths-ignore:
- '*.md'
pull_request:
jobs:
all-in-one:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Install .NET SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
3.1.x
6.0.x
7.0.x
- name: Build, Test, Pack, Publish
shell: bash
run: |
dotnet tool install -g dotnet-releaser
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" dotnet-releaser.toml
tests-extra-net48:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Install .NET SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
3.1.x
6.0.x
7.0.x
- name: Build, Test, Pack, Publish
shell: pwsh
run: |
dotnet test -c release -r win-x64