File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -194,13 +194,13 @@ 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+ # condition: succeededOrFailed()
204204
205205 - task : PowerShell@2
206206 displayName : ' Move App Packages'
You can’t perform that action at this time.
0 commit comments