diff --git a/services/Directory/azure-pipelines.migrate.yaml b/services/Directory/azure-pipelines.migrate.yaml index ecc38c93b..8fe76c396 100644 --- a/services/Directory/azure-pipelines.migrate.yaml +++ b/services/Directory/azure-pipelines.migrate.yaml @@ -93,7 +93,7 @@ steps: condition: and(eq(variables['abortJustMigrated.aborted'], 'false'), succeeded()) inputs: targetType: inline - workingDirectory: services/Directory/src + workingDirectory: services/Directory script: | MIGLIST=$(dotnet ef migrations list -p FilterLists.Directory.Infrastructure.Migrations -s FilterLists.Directory.Api) echo "$MIGLIST" @@ -122,7 +122,7 @@ steps: displayName: add migration condition: and(eq(variables['abortJustMigrated.aborted'], 'false'), succeeded()) inputs: - workingDirectory: services/Directory/src + workingDirectory: services/Directory script: dotnet ef migrations add $(System.PullRequest.PullRequestNumber) -p FilterLists.Directory.Infrastructure.Migrations -s FilterLists.Directory.Api - task: Bash@3