Skip to content

Commit 0550d18

Browse files
committed
Update azure-pipelines-samples.yml for Azure Pipelines
1 parent 276eef5 commit 0550d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
inputs:
164164
solution: 'Samples/MNIST/UWP/cs/mnist_demo.sln'
165165
vsVersion: "16.0"
166-
msbuildArgs: '-v:diag /p:OutDir=$(System.DefaultWorkingDirectory)\bin\$(BuildPlatform)\$(BuildConfiguration)\MNIST-cs\ /p:AppxPackageSigningEnabled=false /p:WindowsTargetPlatformVersion=$(WindowsTargetPlatformVersion) /t:Restore,Clean,Build'
166+
msbuildArgs: '-v:diag /p:OutDir=$(System.DefaultWorkingDirectory)\bin\$(BuildPlatform)\$(BuildConfiguration)\MNIST-cs\ /p:AppxBundle=Never /p:AppxPackageSigningEnabled=false /p:WindowsTargetPlatformVersion=$(WindowsTargetPlatformVersion) /t:Restore,Clean,Build'
167167
platform: '$(BuildPlatform)'
168168
configuration: '$(BuildConfiguration)_NuGet'
169169
msbuildArchitecture: x64

0 commit comments

Comments
 (0)