We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e59390 commit ab9613fCopy full SHA for ab9613f
Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
4
stages {
5
stage('Build') {
6
steps {
7
- bat '"C:\\\Program Files (x86)\\NuGet\\nuget.exe" restore '
+ bat '"C:\\Program Files (x86)\\NuGet\\nuget.exe" restore '
8
bat 'C:\\Windows\\Microsoft.NET\\Framework64\\v4.0.30319\\MSBuild.exe RollingFileWithCleanupAppender.sln /t:rebuild /p:Configuration=Release'
9
10
}
0 commit comments