mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-27 14:08:06 +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' )
|
node ( 'vs2017' )
|
||||||
|
{
|
||||||
|
try
|
||||||
{
|
{
|
||||||
stage 'Checkout'
|
stage 'Checkout'
|
||||||
checkout scm
|
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.pdb UnityPlugin\\" )
|
||||||
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix64.xml UnityPlugin\\" )
|
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix64.xml UnityPlugin\\" )
|
||||||
archiveArtifacts artifacts: 'UnityPlugin/**/*'
|
archiveArtifacts artifacts: 'UnityPlugin/**/*'
|
||||||
|
}
|
||||||
|
finally
|
||||||
post
|
{
|
||||||
always
|
|
||||||
cleanWs()
|
cleanWs()
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user