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 e0cd412 commit c70b998Copy full SHA for c70b998
azure-pipelines-samples.yml
@@ -123,7 +123,7 @@ steps:
123
- task: CopyFiles@2
124
inputs:
125
targetFolder: '$(Build.ArtifactStagingDirectory)\$(BuildPlatform)\$(BuildConfiguration)\'
126
- sourceFolder: 'Samples\WinMLSamplesGallery\WinMLSamplesGallery (Package)\bin\$(BuildConfiguration)\'
+ sourceFolder: 'Samples\WinMLSamplesGallery\WinMLSamplesGallery (Package)\bin\$(BuildPlatform)\$(BuildConfiguration)\'
127
Contents: |
128
**\SamplesTest\**
129
**\AppPackages\**
0 commit comments