Skip to content

Commit f91c8b1

Browse files
committed
Fix nuget stackifylib artifact publish
1 parent 232118c commit f91c8b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ stages:
119119
command: pack
120120
searchPatternPack: Src\StackifyLib\*.csproj;
121121
nobuild: true
122+
- task: PublishPipelineArtifact@1
123+
displayName: Publish Pipeline Artifact [Unsigned]
124+
inputs:
125+
path: $(Build.ArtifactStagingDirectory)
126+
artifactName: Unsigned NuGet Packages
122127
- ${{ if eq(parameters['Build StackifyLib Signed'], true) }}:
123128
- task: DotNetCoreCLI@2
124129
displayName: Install NuGetKeyVaultSignTool

0 commit comments

Comments
 (0)