mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +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}"
|
||||
|
||||
stage 'Archive'
|
||||
archiveArtifacts Release: 'Facepunch.Steamworks/bin/Release/**'
|
||||
archiveArtifacts Debug: 'Facepunch.Steamworks/bin/Debug/**'
|
||||
|
||||
archiveArtifacts artifacts: 'Facepunch.Steamworks/bin/**/*'
|
||||
}
|
Loading…
Reference in New Issue
Block a user