mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 14:15:47 +03:00
probable archiveArtifacts fix
This commit is contained in:
parent
8d2ccf0538
commit
58b4b73800
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -8,7 +8,5 @@ node {
|
|||||||
bat "\"${tool 'MSBuild'}\" Facepunch.Steamworks/Facepunch.Steamworks.csproj /p:Configuration=Debug /p:ProductVersion=1.0.0.${env.BUILD_NUMBER}"
|
bat "\"${tool 'MSBuild'}\" Facepunch.Steamworks/Facepunch.Steamworks.csproj /p:Configuration=Debug /p:ProductVersion=1.0.0.${env.BUILD_NUMBER}"
|
||||||
|
|
||||||
stage 'Archive'
|
stage 'Archive'
|
||||||
archiveArtifacts Release: 'Facepunch.Steamworks/bin/Release/**'
|
archiveArtifacts artifacts: 'Facepunch.Steamworks/bin/**/*'
|
||||||
archiveArtifacts Debug: 'Facepunch.Steamworks/bin/Debug/**'
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user