Skip to content

Commit e0cd412

Browse files
committed
Change source folder
1 parent 42cadcc commit e0cd412

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines-samples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ steps:
111111
inputs:
112112
solution: 'Samples/WinMLSamplesGallery/WinMLSamplesGallery.sln'
113113
vsVersion: "16.0"
114-
msbuildArgs: '/p:OutDir=$(System.DefaultWorkingDirectory)\bin\$(BuildPlatform)\$(BuildConfiguration)\WinMLSamplesGallery\ /p:UapAppxPackageBuildMode=SideloadOnly /p:AppxPackageSigningEnabled=false /p:AppxBundle=Always "/p:AppxBundlePlatforms=x86|x64" /p:WindowsTargetPlatformVersion=$(WindowsTargetPlatformVersion) /t:Restore,Clean,Build,Publish'
114+
msbuildArgs: '/p:UapAppxPackageBuildMode=SideloadOnly /p:AppxPackageSigningEnabled=false /p:AppxBundle=Always "/p:AppxBundlePlatforms=x86|x64" /p:WindowsTargetPlatformVersion=$(WindowsTargetPlatformVersion) /t:Restore,Clean,Build,Publish'
115115
platform: '$(BuildPlatform)'
116116
configuration: '$(BuildConfiguration)'
117117
msbuildArchitecture: x64
@@ -123,7 +123,7 @@ steps:
123123
- task: CopyFiles@2
124124
inputs:
125125
targetFolder: '$(Build.ArtifactStagingDirectory)\$(BuildPlatform)\$(BuildConfiguration)\'
126-
sourceFolder: '$(System.DefaultWorkingDirectory)\bin\$(BuildPlatform)\$(BuildConfiguration)\'
126+
sourceFolder: 'Samples\WinMLSamplesGallery\WinMLSamplesGallery (Package)\bin\$(BuildConfiguration)\'
127127
Contents: |
128128
**\SamplesTest\**
129129
**\AppPackages\**
@@ -132,7 +132,7 @@ steps:
132132
- task: CopyFiles@2
133133
inputs:
134134
targetFolder: '$(Build.ArtifactStagingDirectory)\$(BuildPlatform)\$(BuildConfiguration)\'
135-
sourceFolder: '$(System.DefaultWorkingDirectory)\bin\$(BuildPlatform)\$(BuildConfiguration)\'
135+
sourceFolder: 'Samples\WinMLSamplesGallery\WinMLSamplesGallery (Package)\bin\$(BuildPlatform)\$(BuildConfiguration)\'
136136
Contents: |
137137
?(AdapterSelection|CustomOperator|CustomTensorization)**\*
138138
SqueezeNetObjectDetection\*

0 commit comments

Comments
 (0)