File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 8
8
vmImage : ' windows-latest'
9
9
10
10
variables :
11
- solution : ' **/*.sln'
11
+ solutionUwp : ' samples/MvvmSampleUwp.sln'
12
+ solutionXf : ' samples/MvvmSampleUwp.sln'
12
13
buildPlatform : ' x86|x64|ARM|ARM64'
13
14
buildConfiguration : ' Release'
14
15
appxPackageDir : ' $(build.artifactStagingDirectory)\AppxPackages\\'
@@ -26,6 +27,12 @@ steps:
26
27
- task : VSBuild@1
27
28
inputs :
28
29
platform : ' x86'
29
- solution : ' $(solution )'
30
+ solution : ' $(solutionUwp )'
30
31
configuration : ' $(buildConfiguration)'
31
32
msbuildArgs : ' /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
33
+
34
+ - task : VSBuild@1
35
+ inputs :
36
+ platform : ' Any CPU'
37
+ solution : ' $(solutionXf)'
38
+ configuration : ' $(buildConfiguration)'
You can’t perform that action at this time.
0 commit comments