Fixes for CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2022-09-18 18:28:24 +02:00
parent 7e89de4ea0
commit 62115ef711
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 2 deletions

View File

@ -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