NetSharp

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

commit c67fabf47757cdf8459a30f4751e57edf861bff9
parent ca94ae17e9bbb2d6883e904f6dd34c0ae2066c48
Author: MikoĊ‚aj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Tue, 23 Jun 2020 17:07:55 +0100

Update azure-pipelines.yml for Azure Pipelines
Diffstat:
Mazure-pipelines.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -40,7 +40,7 @@ steps: - task: DotNetCoreCLI@2 inputs: command: 'test' - projects: '**/*.csproj' + 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.