Work CI-CD
- Remove file list param from sign service call. - Delete config folder as its not needed anymore. ***NO_CI***
This commit is contained in:
Родитель
9f26f12b12
Коммит
296409a2c7
|
@ -174,7 +174,6 @@ jobs:
|
|||
.\sign code azure-key-vault `
|
||||
"**/*.nupkg" `
|
||||
--base-directory "$(Build.ArtifactStagingDirectory)" `
|
||||
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
|
||||
--description ".NET nanoFramework VersionCop" `
|
||||
--description-url "https://github.com/$env:Build_Repository_Name" `
|
||||
--azure-key-vault-tenant-id "$(SignTenantId)" `
|
||||
|
@ -320,7 +319,6 @@ jobs:
|
|||
.\sign code azure-key-vault `
|
||||
"**/*.nupkg" `
|
||||
--base-directory "$(Build.ArtifactStagingDirectory)" `
|
||||
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
|
||||
--description ".NET nanoFramework DependencyUpdater" `
|
||||
--description-url "https://github.com/$env:Build_Repository_Name" `
|
||||
--azure-key-vault-tenant-id "$(SignTenantId)" `
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"SignClient": {
|
||||
"AzureAd": {
|
||||
"AADInstance": "https://login.microsoftonline.com/",
|
||||
"ClientId": "c248d68a-ba6f-4aa9-8a68-71fe872063f8",
|
||||
"TenantId": "16076fdc-fcc1-4a15-b1ca-32c9a255900e"
|
||||
},
|
||||
"Service": {
|
||||
"Url": "https://codesign.dotnetfoundation.org/",
|
||||
"ResourceId": "https://SignService/3c30251f-36f3-490b-a955-520addb85001"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
**/nano*.*
|
Загрузка…
Ссылка в новой задаче