Skip to content

Commit

Permalink
added package output path
Browse files Browse the repository at this point in the history
  • Loading branch information
fw2568 committed Oct 18, 2018
1 parent d335ea7 commit 28f2fcd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>netstandard2.0;net471</TargetFrameworks>
<RootNamespace>Contiva.SAP.NWRfc</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageOutputPath>..\..\build-packages</PackageOutputPath>
<Version>1.1.0</Version>
</PropertyGroup>

Expand Down
3 changes: 3 additions & 0 deletions src/Contiva.SAP.NWRfc.Core/Contiva.SAP.NWRfc.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<LangVersion>7.1</LangVersion>
<RootNamespace>Contiva.SAP.NWRfc</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageOutputPath>..\..\build-packages</PackageOutputPath>
<PackageOutputPath>..\..\build-packages</PackageOutputPath>

</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<NoBuild>false</NoBuild>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.1.1</Version>
<PackageOutputPath>..\..\build-packages</PackageOutputPath>

</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<TargetFrameworks>netstandard2.0;net471</TargetFrameworks>
<RootNamespace>Contiva.SAP.NWRfc</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageOutputPath>..\..\build-packages</PackageOutputPath>

</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<LangVersion>7.1</LangVersion>
<RootNamespace>Contiva.SAP.NWRfc</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageOutputPath>..\..\build-packages</PackageOutputPath>

</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 28f2fcd

Please sign in to comment.