Skip to content

Commit 36f2001

Browse files
marcelwgnkarkarl
authored andcommitted
Disable publish ready to run, formatting
1 parent 7db5cf9 commit 36f2001

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)