Browse Source
Merge branch 'master' into fixes/Warnings/AVP-Misc
pull/10477/head
Max Katz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
8 deletions
-
azure-pipelines-integrationtests.yml
-
samples/IntegrationTestApp/IntegrationTestApp.csproj
|
|
|
@ -1,11 +1,3 @@ |
|
|
|
# Starter pipeline |
|
|
|
# Start with a minimal pipeline that you can customize to build and deploy your code. |
|
|
|
# Add steps that build, run tests, deploy, and more: |
|
|
|
# https://aka.ms/yaml |
|
|
|
|
|
|
|
trigger: |
|
|
|
- master |
|
|
|
|
|
|
|
jobs: |
|
|
|
- job: Mac |
|
|
|
pool: |
|
|
|
@ -25,6 +17,7 @@ jobs: |
|
|
|
- script: system_profiler SPDisplaysDataType |grep Resolution |
|
|
|
|
|
|
|
- script: | |
|
|
|
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer |
|
|
|
pkill node |
|
|
|
appium & |
|
|
|
pkill IntegrationTestApp |
|
|
|
|
|
|
|
@ -19,6 +19,7 @@ |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Themes.Fluent\Avalonia.Themes.Fluent.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Fonts.Inter\Avalonia.Fonts.Inter.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<Import Project="..\..\build\BuildTargets.targets" /> |
|
|
|
|