From 70d68a49928db51860ce0a2a2e20d8bbdb66ec56 Mon Sep 17 00:00:00 2001 From: Shaun Lawrence Date: Sun, 19 Jul 2020 21:42:36 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8160a90..7ed4148 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,25 +20,12 @@ steps: packageType: 'sdk' version: '3.1.x' -# - task: NuGetCommand@2 -# displayName: "NuGet Restore" -# inputs: -# command: 'restore' -# restoreSolution: '**/*.sln' -# feedsToUse: 'select' - task: DotNetCoreCLI@2 displayName: "NuGet Restore" inputs: command: 'restore' projects: '**/*.csproj' -# - task: PowerShell@2 -# displayName: "NET Standard Build" -# inputs: -# targetType: 'inline' -# script: | -# dotnet build .\Source\CSharp\Expressive\Expressive.Standard\Expressive.Standard.csproj -c release - - task: MSBuild@1 displayName: "Build" inputs: @@ -49,4 +36,4 @@ steps: inputs: command: 'test' projects: '**/*.csproj' - testRunTitle: 'Run all tests' \ No newline at end of file + testRunTitle: 'Run all tests'