Skip to content

Commit 2727384

Browse files
committed
Update azure-pipelines.yml
1 parent eadb58e commit 2727384

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

@@ -61,7 +63,8 @@ steps:
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

0 commit comments

Comments
 (0)