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