Skip to content

Commit

Permalink
Отключил архивацию mddoc средствами Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilBeaver committed Jul 9, 2017
1 parent 60d7aad commit 7cacc65
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 @@ -95,7 +95,7 @@ pipeline {
unstash 'buildResults'
//unstash 'sitedoc'
bat "chcp $outputEnc > nul\r\n\"${tool 'MSBuild'}\" BuildAll.csproj /p:Configuration=Release /p:Platform=x86 /t:CreateZip;CreateInstall;CreateNuget"
archiveArtifacts artifacts: '**/dist/*.exe, **/dist/*.msi, **/dist/*.zip, **/dist/*.nupkg, **/tests/*.xml, mddoc/**', fingerprint: true
archiveArtifacts artifacts: '**/dist/*.exe, **/dist/*.msi, **/dist/*.zip, **/dist/*.nupkg, **/tests/*.xml', fingerprint: true
}
}
}
Expand Down

0 comments on commit 7cacc65

Please sign in to comment.