Skip to content

Commit b93980b

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
Removing cs files, and renaming copy items to indicate they copy the nuspec files.
1 parent 10c9be7 commit b93980b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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\\"'

0 commit comments

Comments
 (0)