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 6e59390 commit ab9613f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

}
Expand Down

0 comments on commit ab9613f

Please sign in to comment.