We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadb58e commit e94b415Copy full SHA for e94b415
1 file changed
azure-pipelines.yml
@@ -44,14 +44,16 @@ steps:
44
inputs:
45
packageType: sdk
46
version: 6.0.x
47
+ includePreviewVersions: true
48
49
- task: VSBuild@1
50
displayName: 'Restore Solution'
51
52
platform: 'x64'
53
solution: '$(solution)'
54
configuration: '$(buildConfiguration)'
- msbuildArgs: '/t:restore'
55
+ msbuildArgs: '/t:restore
56
+ /p:GITHUB_ACTIONS=true'
57
msbuildArchitecture: 'x64'
58
maximumCpuCount: true
59
@@ -61,7 +63,8 @@ steps:
61
63
62
64
65
- msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)"
66
+ msbuildArgs: '/p:GITHUB_ACTIONS=true
67
+ /p:AppxBundlePlatforms="$(buildPlatform)"
68
/p:AppxPackageDir="$(appxPackageDir)"
69
/p:AppxBundle=Always
70
/p:UapAppxPackageBuildMode=SideloadOnly
0 commit comments