Skip to content

Commit

Permalink
Merge branch 'IxAsyncCSharp8' of https://github.com/dotnet/reactive i…
Browse files Browse the repository at this point in the history
…nto IxAsyncCSharp8
  • Loading branch information
bartdesmet committed Feb 24, 2019
2 parents 908eb23 + 9460634 commit 1d538a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Ix.NET/Source/Directory.build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
<DefineConstants>$(DefineConstants);USE_ASYNC_ITERATOR</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0' or '$(TargetFramework)' == 'netstandard2.1'">
<!--
NB: USE_ASYNC_ITERATOR relies on members in the framework only present in .NET Core 3.0 Preview 2 at the moment:
error CS0518: Predefined type 'System.Runtime.CompilerServices.AsyncIteratorMethodBuilder' is not defined or imported
error CS0656: Missing compiler required member 'System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.*
-->
<DefineConstants>$(DefineConstants);USE_ASYNC_ITERATOR;HAS_ASYNCENUMERABLE;HAS_ASYNCDISPOSABLE;BCL_HAS_CONFIGUREAWAIT</DefineConstants>
</PropertyGroup>

<PropertyGroup>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
</PropertyGroup>

<ItemGroup>
<!-- Workaround https://github.com/dotnet/sdk/issues/2976 -->
<PackageReference Update="Microsoft.NETCore.Platforms" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup Condition="'$(IsTestProject)' == 'true'">
<UseSourceLink>true</UseSourceLink>
<CoverletOutputFormat>cobertura</CoverletOutputFormat>
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.ix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
trigger:
ntrigger:
branches:
include:
- master
Expand All @@ -22,7 +22,7 @@ pr:
- azure-pipelines.ix.yml

pool:
vmImage: vs2017-win2016
vmImage: windows-2019

variables:
BuildConfiguration: Release
Expand Down

0 comments on commit 1d538a3

Please sign in to comment.