-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Victor Chang <[email protected]>
- Loading branch information
Showing
6 changed files
with
90 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,14 +135,14 @@ jobs: | |
- name: Generate LivingDoc HTML | ||
if: always() | ||
run: livingdoc test-assembly Monai.Deploy.WorkflowManager.WorkflowExecutor.IntegrationTests.dll -t TestExecution.json | ||
working-directory: ./tests/IntegrationTests/WorkflowExecutor.IntegrationTests/bin/Debug/net6.0 | ||
working-directory: ./tests/IntegrationTests/WorkflowExecutor.IntegrationTests/bin/Debug/net8.0 | ||
|
||
- name: Publish report | ||
if: always() | ||
uses: actions/[email protected] | ||
with: | ||
name: WorkflowExecutorIntegrationTestReport | ||
path: ./tests/IntegrationTests/WorkflowExecutor.IntegrationTests/bin/Debug/net6.0/LivingDoc.html | ||
path: ./tests/IntegrationTests/WorkflowExecutor.IntegrationTests/bin/Debug/net8.0/LivingDoc.html | ||
|
||
task-manager-integration-tests: | ||
runs-on: ubuntu-latest | ||
|
@@ -212,14 +212,14 @@ jobs: | |
- name: Generate LivingDoc HTML | ||
if: always() | ||
run: livingdoc test-assembly Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.dll -t TestExecution.json | ||
working-directory: ./tests/IntegrationTests/TaskManager.IntegrationTests/bin/Debug/net6.0 | ||
working-directory: ./tests/IntegrationTests/TaskManager.IntegrationTests/bin/Debug/net8.0 | ||
|
||
- name: Publish report | ||
if: always() | ||
uses: actions/[email protected] | ||
with: | ||
name: TaskManagerIntegrationTestReport | ||
path: ./tests/IntegrationTests/TaskManager.IntegrationTests/bin/Debug/net6.0/LivingDoc.html | ||
path: ./tests/IntegrationTests/TaskManager.IntegrationTests/bin/Debug/net8.0/LivingDoc.html | ||
|
||
sonarscanner: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,88 @@ | ||
{ | ||
"metadata": [ | ||
"metadata": [ | ||
{ | ||
"src": [ | ||
{ | ||
"src": [ | ||
{ | ||
"files": [ | ||
"TaskManager/API/bin/Release/net6.0/Monai.Deploy.WorkflowManager.TaskManager.API.dll", | ||
"WorkflowManager/Contracts/bin/Release/net6.0/Monai.Deploy.WorkflowManager.Contracts.dll", | ||
"Shared/Configuration/bin/Release/net6.0/Monai.Deploy.WorkflowManager.Configuration.dll" | ||
], | ||
"exclude": [ | ||
"**/obj/**", | ||
"**Test/**", | ||
"_site/**" | ||
], | ||
"src": "../src" | ||
} | ||
], | ||
"dest": "obj/api/dotnet", | ||
"filter": "filterConfig.yml", | ||
"properties": { | ||
"TargetFramework": "net6.0" | ||
} | ||
"files": [ | ||
"TaskManager/API/Monai.Deploy.WorkflowManager.TaskManager.API.csproj", | ||
"WorkflowManager/Contracts/Monai.Deploy.WorkflowManager.Contracts.csproj", | ||
"Common/Configuration/Monai.Deploy.WorkflowManager.Common.Configuration.csproj" | ||
], | ||
"exclude": [ | ||
"**/obj/**", | ||
"**Test/**", | ||
"_site/**" | ||
], | ||
"src": "../src" | ||
} | ||
], | ||
"build": { | ||
"content": [ | ||
{ | ||
"files": [ | ||
"**/*.yml" | ||
], | ||
"src": "obj/api", | ||
"dest": "api" | ||
}, | ||
{ | ||
"files": [ | ||
"**/*.md", | ||
"**/toc.yml", | ||
"toc.yml" | ||
] | ||
} | ||
], | ||
"resource": [ | ||
{ | ||
"files": [ | ||
"images/**" | ||
], | ||
"exclude": [ | ||
"obj/**", | ||
"_site/**" | ||
] | ||
} | ||
], | ||
"globalMetadata": { | ||
"_appTitle": "MONAI Deploy Workflow Manager v0.0.0", | ||
"_enableSearch": true, | ||
"_appFaviconPath": "images/favicon.ico", | ||
"_appLogoPath": "images/MONAI-logo-color.svg", | ||
"_appFooter": "Copyright © 2022 <a href=\"https://monai.io/\">Project MONAI</a><br>Generated by <strong>DocFX</strong>", | ||
"_gitContribute": { | ||
"repo": "https://github.com/Project-MONAI/monai-deploy-workflow-manager.git", | ||
"branch": "main", | ||
"path": "docs/" | ||
}, | ||
"_gitUrlPattern": "github" | ||
}, | ||
"markdownEngineName": "markdig", | ||
"dest": "_site", | ||
"xrefService": [ | ||
"https://xref.docs.microsoft.com/query?uid={uid}" | ||
], | ||
"dest": "obj/api/dotnet", | ||
"filter": "filterConfig.yml", | ||
"properties": { | ||
"TargetFramework": "net8.0" | ||
} | ||
} | ||
], | ||
"build": { | ||
"content": [ | ||
{ | ||
"files": [ | ||
"**/*.yml" | ||
], | ||
"template": [ | ||
"default", | ||
"templates/material" | ||
"src": "obj/api", | ||
"dest": "api" | ||
}, | ||
{ | ||
"files": [ | ||
"**/*.md", | ||
"**/toc.yml", | ||
"toc.yml" | ||
] | ||
} | ||
], | ||
"resource": [ | ||
{ | ||
"files": [ | ||
"images/**" | ||
], | ||
"fileMetadata": { | ||
"_disableBreadcrumb": { | ||
"index.md": true, | ||
"changelog.md": true, | ||
"dicom.md": true, | ||
"apis.md": true | ||
} | ||
}, | ||
"postProcessors": [ | ||
"ExtractSearchIndex" | ||
"exclude": [ | ||
"obj/**", | ||
"_site/**" | ||
] | ||
} | ||
} | ||
], | ||
"globalMetadata": { | ||
"_appTitle": "MONAI Deploy Workflow Manager v0.0.0", | ||
"_enableSearch": true, | ||
"_appFaviconPath": "images/favicon.ico", | ||
"_appLogoPath": "images/MONAI-logo-color.svg", | ||
"_appFooter": "Copyright © 2022 <a href=\"https://monai.io/\">Project MONAI</a><br>Generated by <strong>DocFX</strong>", | ||
"_gitContribute": { | ||
"repo": "https://github.com/Project-MONAI/monai-deploy-workflow-manager.git", | ||
"branch": "main", | ||
"path": "docs/" | ||
}, | ||
"_gitUrlPattern": "github" | ||
}, | ||
"markdownEngineName": "markdig", | ||
"dest": "_site", | ||
"xrefService": [ | ||
"https://xref.docs.microsoft.com/query?uid={uid}" | ||
], | ||
"template": [ | ||
"default", | ||
"templates/material" | ||
], | ||
"fileMetadata": { | ||
"_disableBreadcrumb": { | ||
"index.md": true, | ||
"changelog.md": true, | ||
"dicom.md": true, | ||
"apis.md": true | ||
} | ||
}, | ||
"postProcessors": [ | ||
"ExtractSearchIndex" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "6.0.100", | ||
"version": "8.0.100", | ||
"rollForward": "latestFeature" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters