Skip to content

Commit ad0ed59

Browse files
committed
Aha!
1 parent b25262c commit ad0ed59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/check_model_pending_changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def main():
88
try:
99
# Run the dotnet ef migrations has-pending-model-changes command
1010
result = subprocess.run(
11-
['dotnet', 'ef', 'migrations', 'has-pending-model-changes'],
11+
['dotnet', 'ef', 'migrations', 'has-pending-model-changes', '--project', './ReplayBrowser/ReplayBrowser.csproj',
1212
stdout=subprocess.PIPE,
1313
stderr=subprocess.PIPE,
1414
text=True

0 commit comments

Comments
 (0)