Skip to content

Commit

Permalink
Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherGLewis committed Jun 12, 2017
1 parent def91fa commit 6e59390
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ pipeline {
stages {
stage('Build') {
steps {
bat 'C:\\Windows\\Microsoft.NET\\Framework64\\v4.0.30319\\MSBuild.exe RollingFileWithCleanupAppender.sln /t:rebuild /p:Configuration=Release'
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'

}
}
Expand Down

0 comments on commit 6e59390

Please sign in to comment.