Skip to content

Commit b6651cc

Browse files
fiI build path issue.
1 parent 76b2d3b commit b6651cc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.vsts-dotnet-ci.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -176,19 +176,11 @@ phases:
176176
inputs:
177177
projects: '.\samples\csharp\end-to-end-apps\ScalableMLModelOnWebAPI-IntegrationPkg\ScalableMLModelOnWebAPI-IntegrationPkg.sln'
178178

179-
- phase: ScalableSentimentAnalysisBlazorWebApp
180-
queue: Hosted VS2017
181-
steps:
182-
- task: DotNetCoreCLI@2
183-
displayName: Build ScalableSentimentAnalysisBlazorWebApp
184-
inputs:
185-
projects: '.\samples\csharp\end-to-end-apps\ScalableSentimentAnalysisBlazorWebApp\BlazorSentimentAnalysis.sln'
186-
187179
- phase: DatabaseIntegration
188180
queue: Hosted VS2017
189181
steps:
190182
- task: DotNetCoreCLI@2
191183
displayName: Build Database Integration
192184
inputs:
193-
projects: '.\samples\csharp\end-to-end-apps\DatabaseIntegration\DatabaseIntegration.sln'
185+
projects: '.\samples\csharp\getting-started\DatabaseIntegration\DatabaseIntegration.sln'
194186

0 commit comments

Comments
 (0)