File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ stages:
4141 inputs :
4242 solution : Kerberos.NET.sln
4343 configuration : $(BuildConfiguration)
44- msbuildArguments : /restore /p:CreatePackage=true
44+ msbuildArguments : /restore /p:CreatePackage=true /p:OutputDir=$(Build.ArtifactStagingDirectory)
4545 maximumCpuCount : true
4646
4747 # - task: DotNetCoreCLI@2
@@ -137,19 +137,6 @@ stages:
137137 --description "Kerberos.NET" `
138138 --descriptionUrl "https://github.com/dotnet/Kerberos.NET"
139139 displayName: Sign Kerberos.NET
140-
141- - pwsh : |
142- .\SignClient "Sign" `
143- --baseDirectory "$(Pipeline.Workspace)\drop" `
144- --input "**/*.nupkg" `
145- --config "$(Pipeline.Workspace)\config\SignClient.json" `
146- --filelist "$(Pipeline.Workspace)\config\filelist.txt" `
147- --user "$(SignClientUser)" `
148- --secret '$(SignClientSecret)' `
149- --name "Bruce" `
150- --description "Commandline tool for Kerberos.NET" `
151- --descriptionUrl "https://github.com/dotnet/Kerberos.NET"
152- displayName: Sign Bruce
153140
154141 - publish : $(Pipeline.Workspace)/BuildPackages
155142 displayName : Publish Signed Packages
You can’t perform that action at this time.
0 commit comments