Skip to content

Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /csharp #55

Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /csharp

Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /csharp #55

Workflow file for this run

name: Dotnet
on:
push:
branches:
- '**'
paths:
- 'csharp/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Build
run: |
cd csharp
dotnet build
- name: Test
run: |
cd csharp
dotnet test