probable archiveArtifacts fix

This commit is contained in:
Garry Newman 2017-03-16 13:17:02 +00:00
parent 8d2ccf0538
commit 58b4b73800

4
Jenkinsfile vendored
View File

@ -8,7 +8,5 @@ node {
bat "\"${tool 'MSBuild'}\" Facepunch.Steamworks/Facepunch.Steamworks.csproj /p:Configuration=Debug /p:ProductVersion=1.0.0.${env.BUILD_NUMBER}"
stage 'Archive'
archiveArtifacts Release: 'Facepunch.Steamworks/bin/Release/**'
archiveArtifacts Debug: 'Facepunch.Steamworks/bin/Debug/**'
archiveArtifacts artifacts: 'Facepunch.Steamworks/bin/**/*'
}