File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,16 @@ steps:
4444 inputs :
4545 packageType : sdk
4646 version : 6.0.x
47+ includePreviewVersions : true
4748
4849- task : VSBuild@1
4950 displayName : ' Restore Solution'
5051 inputs :
5152 platform : ' x64'
5253 solution : ' $(solution)'
5354 configuration : ' $(buildConfiguration)'
54- msbuildArgs : ' /t:restore'
55+ msbuildArgs : ' /t:restore
56+ /p:GITHUB_ACTIONS=true'
5557 msbuildArchitecture : ' x64'
5658 maximumCpuCount : true
5759
6163 platform : ' x64'
6264 solution : ' $(solution)'
6365 configuration : ' $(buildConfiguration)'
64- msbuildArgs : ' /p:AppxBundlePlatforms="$(buildPlatform)"
66+ msbuildArgs : ' /p:GITHUB_ACTIONS=true
67+ /p:AppxBundlePlatforms="$(buildPlatform)"
6568 /p:AppxPackageDir="$(appxPackageDir)"
6669 /p:AppxBundle=Always
6770 /p:UapAppxPackageBuildMode=SideloadOnly
You can’t perform that action at this time.
0 commit comments