Skip to content

Commit

Permalink
Merge branch 'main-6x' into ODS-6263
Browse files Browse the repository at this point in the history
  • Loading branch information
JBrenesSimpat committed Feb 23, 2024
2 parents ce76549 + 751c247 commit 9255ef9
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
types: [triggered-from-implementation-repo ,triggered-from-datastandard-repo]

env:
EDFI_STANDARD_REFERENCE: "main"
EDFI_STANDARD_REFERENCE: "v4.0.0"
INFORMATIONAL_VERSION: "6.2"
BUILD_INCREMENTER: "1"
AZURE_ARTIFACT_URL: "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
types: [triggered-from-implementation-repo ,triggered-from-datastandard-repo ,triggered-from-tpdmartifacts-repo]

env:
EDFI_STANDARD_REFERENCE: "main"
EDFI_STANDARD_REFERENCE: "v4.0.0"
TPDM_ARTIFACT_REFERENCE: "Data-Standard-v4.0.0"
INFORMATIONAL_VERSION: "6.2"
BUILD_INCREMENTER: "1"
AZURE_ARTIFACT_URL: "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
with:
repository: Ed-Fi-Alliance-OSS/Ed-Fi-TPDM-Artifacts
path: Ed-Fi-TPDM-Artifacts/
ref: ${{ env.TPDM_ARTIFACT_REFERENCE }}
- name: Is pull request branch exists in Ed-Fi-TPDM-Artifacts
working-directory: ./Ed-Fi-ODS/
shell: powershell
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ on:
workflow_dispatch:
repository_dispatch:
types: [triggered-from-implementation-repo ,triggered-from-datastandard-repo ,triggered-from-tpdmartifacts-repo]

env:
EDFI_STANDARD_REFERENCE: "main"
EDFI_STANDARD_REFERENCE: "v4.0.0"
TPDM_ARTIFACT_REFERENCE: "Data-Standard-v4.0.0"
INFORMATIONAL_VERSION: "6.2"
BUILD_INCREMENTER: "1"
AZURE_ARTIFACT_URL: "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
Expand Down Expand Up @@ -57,6 +59,7 @@ jobs:
with:
repository: Ed-Fi-Alliance-OSS/Ed-Fi-TPDM-Artifacts
path: Ed-Fi-TPDM-Artifacts/
ref: ${{ env.TPDM_ARTIFACT_REFERENCE }}
- name: Is pull request branch exists in Ed-Fi-TPDM-Artifacts
working-directory: ./Ed-Fi-ODS/
shell: powershell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Ods.Minimal.Template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
types: [triggered-from-implementation-repo ,triggered-from-datastandard-repo]

env:
EDFI_STANDARD_REFERENCE: "main"
EDFI_STANDARD_REFERENCE: "v4.0.0"
INFORMATIONAL_VERSION: "6.2"
BUILD_INCREMENTER: "1"
AZURE_ARTIFACT_URL: "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
types: [triggered-from-implementation-repo ,triggered-from-datastandard-repo]

env:
EDFI_STANDARD_REFERENCE: "main"
EDFI_STANDARD_REFERENCE: "v4.0.0"
INFORMATIONAL_VERSION: "6.2"
BUILD_INCREMENTER: "1"
AZURE_ARTIFACT_URL: "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ on:
workflow_dispatch:
repository_dispatch:
types: [triggered-from-implementation-repo ,triggered-from-datastandard-repo ,triggered-from-tpdmartifacts-repo]

env:
EDFI_STANDARD_REFERENCE: "main"
EDFI_STANDARD_REFERENCE: "v4.0.0"
TPDM_ARTIFACT_REFERENCE: "Data-Standard-v4.0.0"
INFORMATIONAL_VERSION: "6.2"
BUILD_INCREMENTER: "1"
AZURE_ARTIFACT_URL: "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
Expand Down Expand Up @@ -58,6 +60,7 @@ jobs:
with:
repository: Ed-Fi-Alliance-OSS/Ed-Fi-TPDM-Artifacts
path: Ed-Fi-TPDM-Artifacts/
ref: ${{ env.TPDM_ARTIFACT_REFERENCE }}
- name: Is pull request branch exists in Ed-Fi-TPDM-Artifacts
working-directory: ./Ed-Fi-ODS/
shell: powershell
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
types: [triggered-from-implementation-repo ,triggered-from-datastandard-repo ,triggered-from-tpdmartifacts-repo]

env:
EDFI_STANDARD_REFERENCE: "main"
EDFI_STANDARD_REFERENCE: "v4.0.0"
TPDM_ARTIFACT_REFERENCE: "Data-Standard-v4.0.0"
INFORMATIONAL_VERSION: "6.2"
BUILD_INCREMENTER: "1"
AZURE_ARTIFACT_URL: "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
with:
repository: Ed-Fi-Alliance-OSS/Ed-Fi-TPDM-Artifacts
path: Ed-Fi-TPDM-Artifacts/
ref: ${{ env.TPDM_ARTIFACT_REFERENCE }}
- name: Is pull request branch exists in Ed-Fi-TPDM-Artifacts
working-directory: ./Ed-Fi-ODS/
shell: powershell
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Pkg EdFi.Ods.Populated.Template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ on:
workflow_dispatch:
repository_dispatch:
types: [triggered-from-implementation-repo ,triggered-from-datastandard-repo]

env:
EDFI_STANDARD_REFERENCE: "main"
EDFI_STANDARD_REFERENCE: "v4.0.0"
INFORMATIONAL_VERSION: "6.2"
BUILD_INCREMENTER: "1"
AZURE_ARTIFACT_URL: "https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json"
Expand Down

0 comments on commit 9255ef9

Please sign in to comment.