We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18f4e2 commit be5488bCopy full SHA for be5488b
azure-pipelines-samples.yml
@@ -203,6 +203,15 @@ jobs:
203
**\AppPackages\**
204
condition: succeededOrFailed()
205
206
+ - task: CopyFiles@2
207
+ inputs:
208
+ targetFolder: '$(Build.ArtifactStagingDirectory)\$(BuildPlatform)\$(BuildConfiguration)\'
209
+ sourceFolder: 'Samples\WinMLSamplesGallery\WinMLSamplesGallery (Package)\bin\$(BuildPlatform)\$(BuildConfiguration)\'
210
+ Contents: |
211
+ ?(AdapterSelection|CustomOperator|CustomTensorization)**\*
212
+ SqueezeNetObjectDetection\*
213
+ condition: succeededOrFailed()
214
+
215
- task: PowerShell@2
216
displayName: 'Move App Packages'
217
inputs:
0 commit comments