Skip to content

Commit 1b89910

Browse files
committed
Reintroduce integration test project in pipeline
The integration test project has been reintroduced in the `azure-pipelines.yml` file. The previously commented-out line for the integration test project has been removed, allowing it to be included in the build process again. This change addresses the issue tracked in GitHub.
1 parent 201f7eb commit 1b89910

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ stages:
9696
**/*Tests/*Tests.csproj
9797
**/**/Test.Measures.Demo.csproj
9898
!**/Ncqa.HT.DeckTests.csproj
99-
# TODO: Reintroduce integration test back in issue: https://github.com/FirelyTeam/firely-cql-sdk/issues/971
100-
# submodules\Firely.Cql.Sdk.Integration.Runner\IntegrationRunner\IntegrationRunner.csproj
99+
submodules\Firely.Cql.Sdk.Integration.Runner\IntegrationRunner\IntegrationRunner.csproj
101100
packageArtifacts: true
102101
restoreDependencies: true
103102
nuGetServiceConnections: GitHubPackageGetFeed

0 commit comments

Comments
 (0)