Skip to content

Fix broken REST host fallbacks #375

Fix broken REST host fallbacks

Fix broken REST host fallbacks #375

name: "Unit and Integration Test: Windows (NetFramework)"
on:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: windows-latest
env:
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Download dotnet framework
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
7.0.408
- name: Download dotnet build-script tools
run: dotnet tool restore
- name: Unit tests
run: ./build.cmd Test.NetFramework.Unit.WithRetry
- name: Integration tests
run: ./build.cmd Test.NetFramework.Integration.WithRetry