Skip to content

Commit a350275

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent e317cd6 commit a350275

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,10 @@ steps:
8383
name: "PublishMaterialDesignMahApps"
8484
inputs:
8585
artifactName: 'MDIX.MahApps'
86-
targetPath: 'MaterialDesignThemes.MahApps.$(mdixMahappsVersion)-ci$(Build.BuildId).nupkg'
86+
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

Comments
 (0)