From ead95a3e58e462867a3b05f659aacc5e3f5f44d3 Mon Sep 17 00:00:00 2001 From: Zack Moore Date: Sat, 6 Jul 2019 01:07:58 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ec1b6c4..6c317bb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,5 +20,5 @@ steps: - task: DotNetCoreCLI@2 inputs: command: 'build' - projects: 'OrmicoDbPatchManagerSqlServer.sln' + projects: 'OrmicoDbPatchManagerSqlServer/OrmicoDbPatchManagerSqlServer.sln' workingDirectory: 'OrmicoDbPatchManagerSqlServer' \ No newline at end of file