diff options
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cdb68efb..17087351 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,7 +43,7 @@ steps: - script: | dotnet restore Timeline/Timeline-CI.csproj --configfile nuget.config - dotnet restore Timeline.Tests/Timeline.Test-CI.csproj --configfile nuget.config + dotnet restore Timeline.Tests/Timeline.Tests-CI.csproj --configfile nuget.config displayName: Dotnet Restore - script: dotnet test Timeline.Tests/Timeline.Tests-CI.csproj --configuration $(buildConfiguration) --no-restore --logger trx |