From ab9613f129b780fec1943e7d27099bff1ba22a1a Mon Sep 17 00:00:00 2001 From: Christopher Lewis Date: Mon, 12 Jun 2017 15:01:26 -0500 Subject: [PATCH] Jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f8bc336..4f5930f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Build') { steps { - bat '"C:\\\Program Files (x86)\\NuGet\\nuget.exe" restore ' + bat '"C:\\Program Files (x86)\\NuGet\\nuget.exe" restore ' bat 'C:\\Windows\\Microsoft.NET\\Framework64\\v4.0.30319\\MSBuild.exe RollingFileWithCleanupAppender.sln /t:rebuild /p:Configuration=Release' }