File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 run : >
8888 .\sign code azure-key-vault `
8989 "**/*.nupkg" `
90- --base-directory "$(Pipeline.Workspace)\BuildPackages" `
91- --file-list "$(Pipeline.Workspace)\ config\ filelist.txt" `
90+ --base-directory "${{ github.workspace }}/BuildArtifacts"
91+ --file-list "${{ github.workspace }}/ config/ filelist.txt"
9292 --publisher-name "Kerberos.NET" `
9393 --description "Kerberos.NET" `
9494 --description-url "https://github.com/dotnet/Kerberos.NET" `
@@ -101,8 +101,8 @@ jobs:
101101 run : >
102102 .\sign code azure-key-vault `
103103 "**/*.nupkg" `
104- --base-directory "$(Pipeline.Workspace )\drop" `
105- --file-list "$(Pipeline.Workspace)\ config\ filelist.txt" `
104+ --base-directory "$(github.workspace )\drop" `
105+ --file-list "${{ github.workspace }}/ config/ filelist.txt"
106106 --publisher-name "Bruce" `
107107 --description "Command line client for Kerberos.NET" `
108108 --description-url "https://github.com/dotnet/Kerberos.NET" `
You can’t perform that action at this time.
0 commit comments