Skip to content

Commit

Permalink
Update Pkg EdFi.Ods.Populated.Template.TPDM.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaksn committed Sep 10, 2024
1 parent e7ea9f3 commit 710a599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
$ErrorActionPreference = 'Stop'
[Environment]::SetEnvironmentVariable('msbuild_buildConfiguration', '${{ env.CONFIGURATION }}')
Import-Module -Force -Scope Global "$env:GITHUB_WORKSPACE/Ed-Fi-ODS-Implementation/DatabaseTemplate/Modules/create-tpdm-template.psm1"
Initialize-TPDMTemplate -extensionVersion ${{ matrix.ExtensionVersion }} -standardVersion ${{ matrix.StandardVersion }} -StandardVersion ${{ matrix.StandardVersion }} -LocalDbBackupDirectory /MssqlBackupVolume -DbServerBackupDirectory /DatabaseBackups
Initialize-TPDMTemplate -extensionVersion ${{ matrix.ExtensionVersion }} -StandardVersion ${{ matrix.StandardVersion }} -LocalDbBackupDirectory /MssqlBackupVolume -DbServerBackupDirectory /DatabaseBackups
shell: pwsh
- name: Set permissions for database backup file
working-directory: ./
Expand Down Expand Up @@ -202,4 +202,4 @@ jobs:
with:
name: Create Database Template Logs-${{ matrix.StandardVersion }}
path: |
${{ github.workspace }}/CreateDatabaseTemplateLogs/*.*
${{ github.workspace }}/CreateDatabaseTemplateLogs/*.*

0 comments on commit 710a599

Please sign in to comment.