From 2f30737c096f8445111dbc3dd9fd9cdc48d737dd Mon Sep 17 00:00:00 2001 From: yao-msft <50888816+yao-msft@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:47:42 -0800 Subject: [PATCH] pipeline fix? --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c92c61fe34..7940112a71 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -172,7 +172,7 @@ jobs: displayName: Clean up Package Layout after copy inputs: SourceFolder: '$(packageLayoutDir)' - Contents: **/* + Contents: '**/*' - task: CopyFiles@2 displayName: 'Copy native binaries for Microsoft.WinGet.Client (net8)'