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:
6868 ignoreLASTEXITCODE : true
6969
7070- 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'
7972 inputs :
8073 targetType : ' inline'
8174 script : ' Copy-Item -Path ".\\MaterialDesignColors.nuspec" -Destination ".\\MaterialDesignColors.Wpf\\bin\\AppVeyor\\"'
8275 ignoreLASTEXITCODE : true
8376
8477- task : PowerShell@2
85- displayName : ' Copy CS Files '
78+ displayName : ' Copy MDIX MahApps nuspec '
8679 inputs :
8780 targetType : ' inline'
8881 script : ' Copy-Item -Path ".\\MaterialDesignThemes.MahApps.nuspec" -Destination ".\\MaterialDesignThemes.MahApps\\bin\\Release\\"'
You can’t perform that action at this time.
0 commit comments