diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644
index 0000000000..ba29b5fc49
--- /dev/null
+++ b/azure-pipelines.yml
@@ -0,0 +1,32 @@
+# Commit triggers
+trigger:
+- master
+
+# PR triggers
+pr:
+ branches:
+ include:
+ - master
+
+pool:
+ vmImage: 'windows-latest'
+
+variables:
+ solution: '**/*.sln'
+ buildPlatform: 'x86|x64|ARM'
+ buildConfiguration: 'Release'
+ appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\'
+
+steps:
+- task: NuGetToolInstaller@1
+
+- task: NuGetCommand@2
+ inputs:
+ restoreSolution: '$(solution)'
+
+- task: VSBuild@1
+ inputs:
+ platform: 'x86'
+ solution: '$(solution)'
+ configuration: '$(buildConfiguration)'
+ msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
diff --git a/src/AppInstallerCLI/AppInstallerCLI.vcxproj b/src/AppInstallerCLI/AppInstallerCLI.vcxproj
index 52f465ea24..4f69b7f48f 100644
--- a/src/AppInstallerCLI/AppInstallerCLI.vcxproj
+++ b/src/AppInstallerCLI/AppInstallerCLI.vcxproj
@@ -53,7 +53,7 @@
Application
v140
v141
- v141
+ v142
Unicode