mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(directory): 🐛 rm obsolete 'src' sub-dir
This commit is contained in:
parent
707ea42413
commit
164c0888a3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue