From 46eba9492cca97488fe4a5d1c52d9f6a49ef3968 Mon Sep 17 00:00:00 2001 From: Huei Feng <695979933@qq.com> Date: Sat, 29 Aug 2020 22:03:51 +0800 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 7a5221d2..9ec8ebba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -74,7 +74,7 @@ steps: - task: CmdLine@2 inputs: script: | - cd sample/MyAbpApp/src/MyAbpApp.DbMigrator + cd samples/EShopSample/aspnet-core/src/EShopSample.DbMigrator dotnet run - task: Docker@2