From bd361a07aef6ed2d2823becdcab07b8c42a9ff05 Mon Sep 17 00:00:00 2001 From: Laurent Ellerbach Date: Mon, 14 Oct 2024 11:50:05 +0200 Subject: [PATCH] adjusting paths --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8dd7f24..9e96010 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\Debug\nanoFramework.System.Text.dll' \ No newline at end of file + - 'nanoFramework.Json.Test/nano.runsettings,nanoFramework.Json.Test/bin/Release/nanoFramework.System.Text.dll' \ No newline at end of file