File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,22 +16,26 @@ variables:
16
16
17
17
steps :
18
18
- task : NuGetToolInstaller@1
19
+ displayName : Install NuGet tool
19
20
20
21
- task : NuGetCommand@2
22
+ displayName : Restore solution(s)
21
23
inputs :
22
24
command : ' restore'
23
25
restoreSolution : ' **/*.sln'
24
26
feedsToUse : ' config'
25
27
nugetConfigPath : ./samples/nuget.config
26
28
27
29
- task : VSBuild@1
30
+ displayName : Build UWP solution
28
31
inputs :
29
32
platform : ' x86'
30
33
solution : ' $(solutionUwp)'
31
34
configuration : ' $(buildConfiguration)'
32
35
msbuildArgs : ' /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
33
36
34
37
- task : VSBuild@1
38
+ displayName : Build Xamarin.Forms solution
35
39
inputs :
36
40
platform : ' Any CPU'
37
41
solution : ' $(solutionXf)'
You can’t perform that action at this time.
0 commit comments