Skip to content

Instantly share code, notes, and snippets.

@PadreSVK
Created December 15, 2019 16:20
Show Gist options
  • Save PadreSVK/0ed1f3879616af5b1d709ce32ecce356 to your computer and use it in GitHub Desktop.
Save PadreSVK/0ed1f3879616af5b1d709ce32ecce356 to your computer and use it in GitHub Desktop.
MIgration script pre CI
dotnet ef migrations script --project DAL --context OpenWeatherDbContext --startup-project OpenWeather --output $(build.artifactstagingdirectory)/db_migrations.sql --idempotent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment