Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Fix path for files to send to sign tool.
- Remove unused file.

***NO_CI***
  • Loading branch information
josesimoes committed Jul 23, 2024
1 parent bf46e5d commit cf89369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" `
Expand Down Expand Up @@ -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" `
Expand Down Expand Up @@ -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" `
Expand Down Expand Up @@ -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" `
Expand Down
1 change: 0 additions & 1 deletion config/filelist.txt

This file was deleted.

0 comments on commit cf89369

Please sign in to comment.