NetSharp

NetSharp.git
git clone git://git.lenczewski.org/NetSharp.git
Log | Files | Refs | README | LICENSE

commit 0f49b4d82f5b71598ddef7338de1df9167de1e46
parent c67fabf47757cdf8459a30f4751e57edf861bff9
Author: MikoĊ‚aj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Tue, 23 Jun 2020 17:13:54 +0100

Remove broken dotnet test Azure Pipelines Task
Diffstat:
Mazure-pipelines.yml | 5-----
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: '**/NetSharp.Tests.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