File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -68,21 +68,14 @@ steps:
68
68
ignoreLASTEXITCODE : true
69
69
70
70
- task : PowerShell@2
71
- displayName : ' Copy CS Files'
72
- inputs :
73
- targetType : ' inline'
74
- script : ' robocopy MaterialDesignThemes.Wpf MaterialDesignThemes.Wpf\\bin\\AppVeyor\\src *.cs /S /XD bin obj'
75
- ignoreLASTEXITCODE : true
76
-
77
- - task : PowerShell@2
78
- displayName : ' Copy CS Files'
71
+ displayName : ' Copy MDIX Colors nuspec'
79
72
inputs :
80
73
targetType : ' inline'
81
74
script : ' Copy-Item -Path ".\\MaterialDesignColors.nuspec" -Destination ".\\MaterialDesignColors.Wpf\\bin\\AppVeyor\\"'
82
75
ignoreLASTEXITCODE : true
83
76
84
77
- task : PowerShell@2
85
- displayName : ' Copy CS Files '
78
+ displayName : ' Copy MDIX MahApps nuspec '
86
79
inputs :
87
80
targetType : ' inline'
88
81
script : ' Copy-Item -Path ".\\MaterialDesignThemes.MahApps.nuspec" -Destination ".\\MaterialDesignThemes.MahApps\\bin\\Release\\"'
You can’t perform that action at this time.
0 commit comments