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:
1616
1717steps :
1818- task : NuGetToolInstaller@1
19+ displayName : Install NuGet tool
1920
2021- task : NuGetCommand@2
22+ displayName : Restore solution(s)
2123 inputs :
2224 command : ' restore'
2325 restoreSolution : ' **/*.sln'
2426 feedsToUse : ' config'
2527 nugetConfigPath : ./samples/nuget.config
2628
2729- task : VSBuild@1
30+ displayName : Build UWP solution
2831 inputs :
2932 platform : ' x86'
3033 solution : ' $(solutionUwp)'
3134 configuration : ' $(buildConfiguration)'
3235 msbuildArgs : ' /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
3336
3437- task : VSBuild@1
38+ displayName : Build Xamarin.Forms solution
3539 inputs :
3640 platform : ' Any CPU'
3741 solution : ' $(solutionXf)'
You can’t perform that action at this time.
0 commit comments