File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,18 +27,20 @@ stages:
2727 displayName : Install NuGet 5.8.0
2828 inputs :
2929 versionSpec : 5.8.0
30+
3031 - task : NuGetCommand@2
3132 inputs :
3233 command : ' restore'
3334 restoreSolution : ' **/*.sln'
3435 feedsToUse : ' config'
3536 nugetConfigPath : ' $(System.DefaultWorkingDirectory)\nuget.config'
37+
3638 - task : VSBuild@1
3739 inputs :
3840 platform : $(buildPlatform)
3941 solution : " $(solutionGallery)"
4042 configuration : " $(buildConfiguration)"
41- msbuildArgs : ' /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=SideloadOnly /p:AppxPackageSigningEnabled=true'
43+ msbuildArgs : ' /p:PublishReadyToRun=false /p: AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=SideloadOnly /p:AppxPackageSigningEnabled=true'
4244
4345 - task : NuGetCommand@2
4446 displayName : Restore packages
You can’t perform that action at this time.
0 commit comments