Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline 0e6ad3b1f -> 3d0d4247f
log4net.build: specify solution file when building net-standard Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/3d0d4247 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/3d0d4247 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/3d0d4247 Branch: refs/heads/feature/cd-pipeline Commit: 3d0d4247ff5bfad12d15848e1638ff5d1d747a45 Parents: 0e6ad3b Author: Dominik Psenner <[email protected]> Authored: Thu Jul 6 00:18:37 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Thu Jul 6 00:18:37 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 -- log4net.build | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/3d0d4247/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 65bc527..5ab64db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -165,8 +165,6 @@ pipeline { } } steps { - // workaround: https://github.com/NuGet/Home/issues/5106 - sh 'export HOME=$(pwd)' sh "rm -rf bin/ tests/" checkout scm http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/3d0d4247/log4net.build ---------------------------------------------------------------------- diff --git a/log4net.build b/log4net.build index 18286bf..96f8102 100644 --- a/log4net.build +++ b/log4net.build @@ -1765,6 +1765,7 @@ limitations under the License. <if test="${dotnet.available == '0'}"> <exec program="dotnet" workingdir="netstandard" resultproperty="dotnet.available"> <arg value="restore"/> + <arg value="log4net.netstandard.sln"/> </exec> <exec program="dotnet" workingdir="netstandard"> <arg value="build"/>
