Build - arguments: '--configuration Debug --framework netcoreapp3.1'

This commit is contained in:
Stef Heyenrath
2020-11-28 18:59:00 +01:00
parent 1f99834ae3
commit 2363cc1311

View File

@@ -69,6 +69,7 @@ steps:
inputs:
command: 'build'
projects: './test/WireMock.Net.Tests/WireMock.Net.Tests.csproj'
arguments: '--configuration Debug --framework netcoreapp3.1'
- task: VSTest@2
displayName: 'VsTest'