Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit eeb1ff9

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 1f3ad20 commit eeb1ff9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure-pipelines-uwp.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pool:
2+
vmImage: windows-2019
3+
steps:
4+
- task: MSBuild@1
5+
displayName: Build UWP samples
6+
inputs:
7+
solution: '**/*.UWP.csproj'
8+
configuration: 'Debug'
9+
msbuildArguments: '/restore /t:Build /p:AppxPackage=false /p:ContinuousIntegrationBuild=true /p:Deterministic=false'

0 commit comments

Comments
 (0)