From 2600aaf9c31acc711aa08cfe7cf54e41e72a5c57 Mon Sep 17 00:00:00 2001 From: Zack Moore Date: Sun, 7 Jul 2019 05:06:44 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e7c1c8d..f77da3f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,12 +16,7 @@ steps: projects: 'OrmicoDbPatchManagerSqlServer/*.sln' workingDirectory: 'OrmicoDbPatchManagerSqlServer' arguments: '--configuration $(buildConfiguration) --output $(Build.ArtifactStagingDirectory)' -- script: dotnet test src\Ormico.DbPatchManager.Logic.Tests/Ormico.DbPatchManager.Logic.Tests.csproj --logger trx --collect "Code coverage" -- task: PublishTestResults@2 - condition: succeededOrFailed() - inputs: - testRunner: VSTest - testResultsFiles: '**/*.trx' +- script: dotnet build OrmicoDbPatchManagerSqlServer/*.sln - task: PublishBuildArtifacts@1 inputs: pathtoPublish: '$(Build.ArtifactStagingDirectory)'