@@ -50,12 +50,10 @@ jobs:
5050 x86_release :
5151 buildConfiguration : ' Release'
5252 buildPlatform : ' x86'
53- testBuildConfiguration : ' TestRelease'
5453 artifactIdentifier : ' x86release'
5554 x64_release :
5655 buildConfiguration : ' Release'
5756 buildPlatform : ' x64'
58- testBuildConfiguration : ' TestRelease'
5957 artifactIdentifier : ' x64release'
6058
6159 variables :
@@ -123,19 +121,6 @@ jobs:
123121 /p:UapAppxPackageBuildMode=SideloadOnly'
124122 maximumCpuCount : true
125123
126- - task : VSBuild@1
127- displayName : Build Test Project
128- inputs :
129- platform : ' $(buildPlatform)'
130- solution : ' $(solution)'
131- configuration : ' $(testBuildConfiguration)'
132- msbuildArgs : ' /bl:$(artifactsDir)\msbuild-testProject.binlog
133- /p:AppxBundlePlatforms="$(buildPlatform)"
134- /p:AppxPackageDir="$(appxPackageDir)"
135- /p:AppxBundle=Always
136- /p:UapAppxPackageBuildMode=SideloadOnly'
137- maximumCpuCount : true
138-
139124 - task : MSBuild@1
140125 displayName : Build MSIX Test Installer File
141126 inputs :
@@ -314,12 +299,10 @@ jobs:
314299 x86_release :
315300 buildConfiguration : ' Release'
316301 buildPlatform : ' x86'
317- testBuildConfiguration : ' TestRelease'
318302 artifactIdentifier : ' x86release'
319303 x64_release :
320304 buildConfiguration : ' Release'
321305 buildPlatform : ' x64'
322- testBuildConfiguration : ' TestRelease'
323306 artifactIdentifier : ' x64release'
324307
325308 variables :
0 commit comments