Skip to content

REL-4179 - Python SDK v16.6.0 - Folders Support #607

REL-4179 - Python SDK v16.6.0 - Folders Support

REL-4179 - Python SDK v16.6.0 - Folders Support #607

Workflow file for this run

name: Test-DotNet
on:
pull_request:
branches: [ master ]
jobs:
test-dotnet:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./sdk/dotNet
steps:
- uses: actions/checkout@v3
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.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 minimal