From 5af0ba51ac0a2bfb32ad18a71df9325e694d0956 Mon Sep 17 00:00:00 2001 From: Laurent Ellerbach Date: Mon, 14 Oct 2024 12:00:02 +0200 Subject: [PATCH] adjusting test names --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9e96010..0e0a41b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -94,4 +94,4 @@ stages: parameters: appComponents: ${{ appComponents }} unitTestRunsettings: - - 'nanoFramework.Json.Test/nano.runsettings,nanoFramework.Json.Test/bin/Release/nanoFramework.System.Text.dll' \ No newline at end of file + - 'nanoFramework.Json.Test/nano.runsettings,nanoFramework.Json.Test/bin/Release/NFUnitTest.dll' \ No newline at end of file