Add custom resolver for libcoreclr.so

This commit is contained in:
Adeel
2020-09-22 12:58:19 +03:00
parent b4b58d7c64
commit 19955faa8b
8 changed files with 32 additions and 10 deletions

View File

@@ -16,10 +16,10 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.200
dotnet-version: 5.0.100-rc.1.20452.10
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal
run: dotnet test --no-restore --verbosity normal UnitTests/