From cc5308d6d210ab0ee13977e9cbdaf7ab7a5f1adc Mon Sep 17 00:00:00 2001 From: carzh Date: Fri, 17 Jan 2025 11:51:17 -0800 Subject: [PATCH] fix workspace clean line --- .../github/azure-pipelines/nuget/templates/test_android.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/nuget/templates/test_android.yml b/tools/ci_build/github/azure-pipelines/nuget/templates/test_android.yml index 27de106502..494963ef8e 100644 --- a/tools/ci_build/github/azure-pipelines/nuget/templates/test_android.yml +++ b/tools/ci_build/github/azure-pipelines/nuget/templates/test_android.yml @@ -8,7 +8,8 @@ stages: condition: succeeded() jobs: - job: NuGet_Test_Android - clean: all + workspace: + clean: all pool: "${{ parameters.AgentPool }}" steps: