Skip to content

Commit

Permalink
CI pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
codemunkie15 committed Oct 23, 2024
1 parent ce06697 commit d6caa72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: "Re-scaffold integration test migrations"
shell: pwsh
run: .\tests\EFCore.ChangeTriggers.SqlServer.Tests.Integration\readd-all-migrations.ps1 -verbose
run: .\tests\EFCore.ChangeTriggers.SqlServer.Tests.Integration\readd-all-migrations.ps1

- name: Build solution
run: dotnet build --configuration $BUILD_CONFIG
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
$global:NoBuild = $false
$persistenceDirs = Get-ChildItem -Recurse -Directory | Where-Object { $_.FullName -like "$PSScriptRoot\*Persistence" }

Write-Output "Found $($persistenceDirs.Count) directories to process..."
Write-Output $PSScriptRoot

Write-Host "Found $($persistenceDirs.Count) directories to process..."

# Delete current migrations before rebuild
foreach ($persistenceDir in $persistenceDirs) {
Expand Down

0 comments on commit d6caa72

Please sign in to comment.