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 232118c commit f91c8b1Copy full SHA for f91c8b1
azure-pipelines.yml
@@ -119,6 +119,11 @@ stages:
119
command: pack
120
searchPatternPack: Src\StackifyLib\*.csproj;
121
nobuild: true
122
+ - task: PublishPipelineArtifact@1
123
+ displayName: Publish Pipeline Artifact [Unsigned]
124
+ inputs:
125
+ path: $(Build.ArtifactStagingDirectory)
126
+ artifactName: Unsigned NuGet Packages
127
- ${{ if eq(parameters['Build StackifyLib Signed'], true) }}:
128
- task: DotNetCoreCLI@2
129
displayName: Install NuGetKeyVaultSignTool
0 commit comments