Skip to content

Commit

Permalink
Update build-minimal-template-sqlServer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenarnold-ed-fi committed May 21, 2024
1 parent 48d19a9 commit 0c9adcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-minimal-template-sqlServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
tpdm_version: "1.2.0"
version_suite: "3"
ODS_version: "7.0"
data_standard: "5.0.0"
data_standard: "5.1.0"
ods_ref: ""
ods_ref_implementation: ""

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Create Database Template
run: |
Import-Module -Force -Scope Global ${{ github.workspace }}\Ed-Fi-ODS-Implementation\DatabaseTemplate\Modules\create-tpdm-minimal-template.psm1
Initialize-TPDMMinimalTemplate -samplePath "${{ github.workspace }}\Ed-Fi-TPDM-Extension\" -ExtensionVersion "${{ env.tpdm_version }}"
Initialize-TPDMMinimalTemplate -samplePath "${{ github.workspace }}\Ed-Fi-TPDM-Extension\" -ExtensionVersion "${{ env.tpdm_version }}" -StandardVersion "${{ env.data_standard }}"
working-directory: ./Ed-Fi-TPDM-Extension

- name: Pack
Expand Down

0 comments on commit 0c9adcc

Please sign in to comment.