From cf893690cc8595bcebb19b1eeba9b1a59aa63d8e Mon Sep 17 00:00:00 2001 From: josesimoes Date: Tue, 23 Jul 2024 15:15:27 +0100 Subject: [PATCH] Work CI-CD - Fix path for files to send to sign tool. - Remove unused file. ***NO_CI*** --- azure-pipelines.yml | 8 ++------ config/filelist.txt | 1 - 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 config/filelist.txt diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bf12f3c9da..dd0d0be434 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -906,8 +906,7 @@ jobs: - pwsh: | .\sign code azure-key-vault ` "**/nanoFramework.nanoCLR.*" ` - --base-directory "$(Build.Repository.LocalPath)\build\bin\Release" ` - --file-list "$(Build.Repository.LocalPath)\config\filelist.txt" ` + --base-directory "$(Build.SourcesDirectory)/nf-interpreter/build/bin/Release" ` --publisher-name ".NET nanoFramework" ` --description "nanoFramework.nanoCLR" ` --description-url "https://github.com/$env:Build_Repository_Name" ` @@ -969,7 +968,6 @@ jobs: .\sign code azure-key-vault ` "**/*.nupkg" ` --base-directory "$(Build.ArtifactStagingDirectory)" ` - --file-list "$(Build.Repository.LocalPath)\config\filelist.txt" ` --publisher-name ".NET nanoFramework" ` --description "nanoFramework.nanoCLR NuGets" ` --description-url "https://github.com/$env:Build_Repository_Name" ` @@ -1118,8 +1116,7 @@ jobs: - pwsh: | .\sign code azure-key-vault ` "**/nanoFramework.nanoCLR.*" ` - --base-directory "$(Build.Repository.LocalPath)\build\bin\Release" ` - --file-list "$(Build.Repository.LocalPath)\config\filelist.txt" ` + --base-directory "$(Build.SourcesDirectory)/nf-interpreter/build/bin/Release" ` --publisher-name ".NET nanoFramework" ` --description "nanoFramework.nanoCLR.CLI" ` --description-url "https://github.com/$env:Build_Repository_Name" ` @@ -1151,7 +1148,6 @@ jobs: .\sign code azure-key-vault ` "**/*.nupkg" ` --base-directory "$(Build.ArtifactStagingDirectory)" ` - --file-list "$(Build.Repository.LocalPath)\config\filelist.txt" ` --publisher-name ".NET nanoFramework" ` --description "nanoFramework.nanoCLR.CLI NuGet" ` --description-url "https://github.com/$env:Build_Repository_Name" ` diff --git a/config/filelist.txt b/config/filelist.txt deleted file mode 100644 index dcf95ee7d4..0000000000 --- a/config/filelist.txt +++ /dev/null @@ -1 +0,0 @@ -**/nanoFramework.*