From 3e53b2d53b615e84dc5a07fa53995e3ee4a90248 Mon Sep 17 00:00:00 2001 From: josesimoes Date: Wed, 12 Jun 2024 04:00:24 +0100 Subject: [PATCH] Work CI-CD ***NO_CI*** --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4107104..1295552 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -232,7 +232,7 @@ jobs: "**/*.nupkg" ` --base-directory "$(Build.ArtifactStagingDirectory)" ` --file-list "$(Build.Repository.LocalPath)\config\filelist.txt" ` - --description "$(nugetPackageName)" ` + --description ".NET nanoFramework MDP" ` --description-url "https://github.com/$env:Build_Repository_Name" ` --azure-key-vault-tenant-id "$(SignTenantId)" ` --azure-key-vault-client-id "$(SignClientId)" `