Skip to content

Support timed edge polling and synchronous loading #18

Support timed edge polling and synchronous loading

Support timed edge polling and synchronous loading #18

Workflow file for this run

name: Build and test .Net SDK
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test