Many fixes
This commit is contained in:
@@ -4,10 +4,11 @@ name: default
|
||||
type: docker
|
||||
steps:
|
||||
- name: Build
|
||||
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||
image: deukhoofd/dotnet-builder
|
||||
commands:
|
||||
- dotnet build -c Release
|
||||
- name: Tests
|
||||
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||
image: deukhoofd/dotnet-builder
|
||||
commands:
|
||||
- export LD_LIBRARY_PATH=.
|
||||
- dotnet test -v n
|
||||
Reference in New Issue
Block a user