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:
44
44
inputs :
45
45
packageType : sdk
46
46
version : 6.0.x
47
+ includePreviewVersions : true
47
48
48
49
- task : VSBuild@1
49
50
displayName : ' Restore Solution'
50
51
inputs :
51
52
platform : ' x64'
52
53
solution : ' $(solution)'
53
54
configuration : ' $(buildConfiguration)'
54
- msbuildArgs : ' /t:restore'
55
+ msbuildArgs : ' /t:restore
56
+ /p:GITHUB_ACTIONS=true
55
57
msbuildArchitecture: ' x64'
56
58
maximumCpuCount : true
57
59
61
63
platform : ' x64'
62
64
solution : ' $(solution)'
63
65
configuration : ' $(buildConfiguration)'
64
- msbuildArgs : ' /p:AppxBundlePlatforms="$(buildPlatform)"
66
+ msbuildArgs : ' /p:GITHUB_ACTIONS=true
67
+ /p:AppxBundlePlatforms="$(buildPlatform)"
65
68
/p:AppxPackageDir="$(appxPackageDir)"
66
69
/p:AppxBundle=Always
67
70
/p:UapAppxPackageBuildMode=SideloadOnly
You can’t perform that action at this time.
0 commit comments