From 8891edc7d53619b591518ede9ca0b7e234a5183c Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 4 May 2021 19:51:46 +0200 Subject: [PATCH] also copy snupkg files to artifacts (symbol nuget) --- build/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 1e9fe0fdcd..e05dfc8974 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -432,7 +432,7 @@ stages: displayName: Copy NuPkg Files to Staging inputs: SourceFolder: build.out - Contents: '*.nupkg' + Contents: '*.*nupkg' TargetFolder: $(build.artifactstagingdirectory) CleanTargetFolder: true - task: PublishBuildArtifacts@1