Przeglądaj źródła

Merge branch 'IxAsyncCSharp8' of https://github.com/dotnet/reactive into IxAsyncCSharp8

Bart De Smet 7 lat temu
rodzic
commit
506725db94
2 zmienionych plików z 4 dodań i 0 usunięć
  1. 3 0
      .gitignore
  2. 1 0
      azure-pipelines.ix.yml

+ 3 - 0
.gitignore

@@ -185,3 +185,6 @@ nuget.exe
 
 # dotnet local cache
 .dotnet
+
+# JetBrains Rider adds these
+.idea/

+ 1 - 0
azure-pipelines.ix.yml

@@ -14,6 +14,7 @@ pr:
     include:
       - master
       - rel/*
+      - IxAsyncCSharp8
   paths:
     include:
       - Ix.NET/Source/*