Fixes for CI
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
7e89de4ea0
commit
62115ef711
|
@ -6,8 +6,8 @@ steps:
|
||||||
- name: Build
|
- name: Build
|
||||||
image: deukhoofd/dotnet-builder
|
image: deukhoofd/dotnet-builder
|
||||||
commands:
|
commands:
|
||||||
- dotnet build -c Release /p:platform=x64
|
- dotnet build -c Release
|
||||||
- name: Tests
|
- name: Tests
|
||||||
image: deukhoofd/dotnet-builder
|
image: deukhoofd/dotnet-builder
|
||||||
commands:
|
commands:
|
||||||
- dotnet test -v n /p:platform=x64
|
- dotnet test -v
|
Loading…
Reference in New Issue