mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-10 19:40:04 +03:00
Cleanup proper
This commit is contained in:
parent
689ada6eca
commit
3b4d4bf3d8
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -1,4 +1,6 @@
|
||||
node ( 'vs2017' )
|
||||
{
|
||||
try
|
||||
{
|
||||
stage 'Checkout'
|
||||
checkout scm
|
||||
@ -36,9 +38,9 @@ node ( 'vs2017' )
|
||||
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix64.pdb UnityPlugin\\" )
|
||||
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix64.xml UnityPlugin\\" )
|
||||
archiveArtifacts artifacts: 'UnityPlugin/**/*'
|
||||
|
||||
|
||||
post
|
||||
always
|
||||
}
|
||||
finally
|
||||
{
|
||||
cleanWs()
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user