Skip to content

Commit ab9613f

Browse files
Jenkins
1 parent 6e59390 commit ab9613f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
stages {
55
stage('Build') {
66
steps {
7-
bat '"C:\\\Program Files (x86)\\NuGet\\nuget.exe" restore '
7+
bat '"C:\\Program Files (x86)\\NuGet\\nuget.exe" restore '
88
bat 'C:\\Windows\\Microsoft.NET\\Framework64\\v4.0.30319\\MSBuild.exe RollingFileWithCleanupAppender.sln /t:rebuild /p:Configuration=Release'
99

1010
}

0 commit comments

Comments
 (0)