Преглед на файлове

Merge branch 'master' into fixes/Warnings/CA2823

workgroupengineering преди 2 години
родител
ревизия
033ff38d10
променени са 2 файла, в които са добавени 2 реда и са изтрити 8 реда
  1. 1 8
      azure-pipelines-integrationtests.yml
  2. 1 0
      samples/IntegrationTestApp/IntegrationTestApp.csproj

+ 1 - 8
azure-pipelines-integrationtests.yml

@@ -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

+ 1 - 0
samples/IntegrationTestApp/IntegrationTestApp.csproj

@@ -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" />