We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ae633 commit 362e3deCopy full SHA for 362e3de
1 file changed
build.yaml
@@ -151,7 +151,7 @@ stages:
151
- pwsh: |
152
.\sign code azure-key-vault `
153
"**/*.nupkg" `
154
- --base-directory "$(Pipeline.Workspace)" `
+ --base-directory "$(Pipeline.Workspace)\drop" `
155
--file-list "$(Pipeline.Workspace)\config\filelist.txt" `
156
--publisher-name "Bruce" `
157
--description "Command line client for Kerberos.NET" `
@@ -167,6 +167,6 @@ stages:
167
displayName: Publish Signed Packages
168
artifact: SignedPackages
169
170
-# - publish: $(Pipeline.Workspace)/Drop
171
-# displayName: Publish Signed Drop
172
-# artifact: SignedDrop
+ - publish: $(Pipeline.Workspace)/Drop
+ displayName: Publish Signed Drop
+ artifact: SignedDrop
0 commit comments