File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ jobs:
89
89
${{ runner.os }}-nuget
90
90
91
91
- name : Restore Solution
92
- run : dotnet restore Monai.Deploy.WorkflowManager.sln
93
- working-directory : ./src
92
+ run : dotnet restore Monai.Deploy.WorkloadManager.IntegrationTests.csproj
93
+ working-directory : ./src/Monai.Deploy.WorkloadManager.IntegrationTests
94
94
95
95
- name : Build Solution
96
- run : dotnet build -c Release --nologo --no-restore Monai.Deploy.WorkflowManager.sln
97
- working-directory : ./src
96
+ run : dotnet build -c Release --nologo --no-restore Monai.Deploy.WorkloadManager.IntegrationTests.csproj
97
+ working-directory : ./src/Monai.Deploy.WorkloadManager.IntegrationTests
98
98
99
99
- name : App Settings Variable Substitution
100
100
uses : microsoft/variable-substitution@v1
You can’t perform that action at this time.
0 commit comments