diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b2ef061..8f84ae7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,5 +39,5 @@ steps: - task: DotNetCoreCLI@2 inputs: command: 'build' - projects: '**/QuickStockTaker.sln' + projects: '**/QuickStockTaker.csproj' arguments: '-c Release -f net8.0-android'