commit 38da6ca8a783c59669560bf0a56953e4e11da586
parent 5851c8cf12f518a76def43decc29c8462f08b535
Author: Mikolaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date: Tue, 23 Jun 2020 17:59:19 +0100
Merge branch 'master' of https://github.com/mblenczewski/NetSharp
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
@@ -37,11 +37,6 @@ steps:
projects: '**/*.csproj'
arguments: '--configuration Release'
-- task: DotNetCoreCLI@2
- inputs:
- command: 'test'
- projects: '**/*.csproj'
-
## We only want to build the NetSharp project, not the NetSharpExamples project.
## Users should clone the repo to run the examples.
- task: DotNetCoreCLI@2