
Westhoff, Daniel
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Westhoff, Daniel-
Acceptance tests skipped using 'dotnet test' in Azure Pipeline
Hi, I want to execute my SpecFlow tests using this task in an Azure pipeline: - task: DotNetCoreCLI@2 displayName: Acceptance Tests continueOnError: true inputs: command: test testRunTitl...