From 0c37b87d43760cdc52a8c55f4f3f1559111dbacf Mon Sep 17 00:00:00 2001 From: Santhosh Nair <913441@dadeschools.net> Date: Thu, 31 Aug 2023 00:02:57 +0000 Subject: [PATCH] Update azure-pipelines.yml Project path --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0d07e7a..e7b669b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ stages: - script: dotnet build --configuration Release displayName: 'Build .NET project' - - script: dotnet test path/to/your/test/project.csproj --configuration Release + - script: dotnet test DamageAssesmentApi/DamageAssesment.sln --configuration Release displayName: 'Run .NET tests' - stage: Deploy