mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(migrate): 🐛 pin migrate dotnet-ef version
This commit is contained in:
parent
a67b6436d7
commit
7f8636d4e3
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ steps:
|
|||
displayName: install ef dotnet tool
|
||||
condition: and(eq(variables['abortJustMigrated.aborted'], 'false'), succeeded())
|
||||
inputs:
|
||||
script: dotnet tool install -g dotnet-ef
|
||||
script: dotnet tool install --global dotnet-ef --version 7.*
|
||||
|
||||
- task: Bash@3
|
||||
displayName: revert existing PR migration
|
||||
|
|
|
|||
Loading…
Reference in a new issue