File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -194,13 +194,14 @@ jobs:
194194 # createLogFile: true
195195 # condition: succeededOrFailed()
196196
197- # - task: CopyFiles@2
198- # inputs:
199- # targetFolder: '$(Build.ArtifactStagingDirectory)\$(BuildPlatform)\$(BuildConfiguration)\'
200- # sourceFolder: 'Samples\WinMLSamplesGallery\WinMLSamplesGallery (Package)\bin\$(BuildPlatform)\$(BuildConfiguration)\'
201- # Contents: |
202- # **\SamplesTest\**
203- # condition: succeededOrFailed()
197+ - task : CopyFiles@2
198+ inputs :
199+ targetFolder : ' $(Build.ArtifactStagingDirectory)\$(BuildPlatform)\$(BuildConfiguration)\'
200+ sourceFolder : ' Samples\WinMLSamplesGallery\WinMLSamplesGallery (Package)\bin\$(BuildPlatform)\$(BuildConfiguration)\'
201+ Contents : |
202+ **\SamplesTest\**
203+ **\AppPackages\**
204+ condition : succeededOrFailed()
204205
205206 - task : PowerShell@2
206207 displayName : ' Move App Packages'
You can’t perform that action at this time.
0 commit comments