Skip to content

Commit cf89369

Browse files
committed
Work CI-CD
- Fix path for files to send to sign tool. - Remove unused file. ***NO_CI***
1 parent bf46e5d commit cf89369

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,7 @@ jobs:
906906
- pwsh: |
907907
.\sign code azure-key-vault `
908908
"**/nanoFramework.nanoCLR.*" `
909-
--base-directory "$(Build.Repository.LocalPath)\build\bin\Release" `
910-
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
909+
--base-directory "$(Build.SourcesDirectory)/nf-interpreter/build/bin/Release" `
911910
--publisher-name ".NET nanoFramework" `
912911
--description "nanoFramework.nanoCLR" `
913912
--description-url "https://github.com/$env:Build_Repository_Name" `
@@ -969,7 +968,6 @@ jobs:
969968
.\sign code azure-key-vault `
970969
"**/*.nupkg" `
971970
--base-directory "$(Build.ArtifactStagingDirectory)" `
972-
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
973971
--publisher-name ".NET nanoFramework" `
974972
--description "nanoFramework.nanoCLR NuGets" `
975973
--description-url "https://github.com/$env:Build_Repository_Name" `
@@ -1118,8 +1116,7 @@ jobs:
11181116
- pwsh: |
11191117
.\sign code azure-key-vault `
11201118
"**/nanoFramework.nanoCLR.*" `
1121-
--base-directory "$(Build.Repository.LocalPath)\build\bin\Release" `
1122-
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
1119+
--base-directory "$(Build.SourcesDirectory)/nf-interpreter/build/bin/Release" `
11231120
--publisher-name ".NET nanoFramework" `
11241121
--description "nanoFramework.nanoCLR.CLI" `
11251122
--description-url "https://github.com/$env:Build_Repository_Name" `
@@ -1151,7 +1148,6 @@ jobs:
11511148
.\sign code azure-key-vault `
11521149
"**/*.nupkg" `
11531150
--base-directory "$(Build.ArtifactStagingDirectory)" `
1154-
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
11551151
--publisher-name ".NET nanoFramework" `
11561152
--description "nanoFramework.nanoCLR.CLI NuGet" `
11571153
--description-url "https://github.com/$env:Build_Repository_Name" `

config/filelist.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)