From 40a276511a93bfec350ab60359c4159509a0cfc1 Mon Sep 17 00:00:00 2001 From: Bill Long Date: Fri, 5 Mar 2021 14:15:07 -0600 Subject: [PATCH] Fix the release pipeline --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 013df79701..445d9e967e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -83,7 +83,7 @@ steps: title: $(ReleaseTagValue) releaseNotesSource: 'file' releaseNotesFile: dist\ScriptVersions.txt - assets: + assets: | dist\*.ps1 dist\*.nse addChangeLog: true \ No newline at end of file