Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 2b40f3b

Browse files
authored
Merge pull request #8 from trainline/cnolewajka/BuildPipeline
Update references for .Net Core 1.1 (released not preview) build
2 parents 7c20453 + bda2ed2 commit 2b40f3b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/NJsonApiCore.Web.MVCCore/NJsonApiCore.Web.MVCCore.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
<ProjectReference Include="..\NJsonApiCore\NJsonApiCoreCore.csproj" />
1919
</ItemGroup>
2020

21+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
22+
<OutputPath>..\..\artifacts\src\NJsonApiCore.Web.MVCCore\bin\release\</OutputPath>
23+
</PropertyGroup>
24+
2125
<ItemGroup>
2226
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.0.3" />
2327
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="1.0.3" />

src/NJsonApiCore/NJsonApiCoreCore.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
1818
</PropertyGroup>
1919

20+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
21+
<OutputPath>..\..\artifacts\src\NJsonApiCore\bin\release\</OutputPath>
22+
</PropertyGroup>
23+
2024
<ItemGroup>
2125
<PackageReference Include="Humanizer.Core" Version="2.1.0" />
2226
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.0.3" />

0 commit comments

Comments
 (0)