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 e317cd6 commit a350275Copy full SHA for a350275
azure-pipelines.yml
@@ -83,4 +83,10 @@ steps:
83
name: "PublishMaterialDesignMahApps"
84
inputs:
85
artifactName: 'MDIX.MahApps'
86
- targetPath: 'MaterialDesignThemes.MahApps.$(mdixMahappsVersion)-ci$(Build.BuildId).nupkg'
+ targetPath: 'MaterialDesignThemes.MahApps.$(mdixMahappsVersion)-ci$(Build.BuildId).nupkg'
87
+
88
+- task: PublishPipelineArtifact@0
89
+ name: "PublishScript"
90
+ inputs:
91
+ artifactName: 'Script'
92
+ targetPath: 'Scripts/UpdateNugets.ps1'
0 commit comments