Cleanup proper

This commit is contained in:
Garry Newman 2019-06-25 15:03:21 +01:00
parent 689ada6eca
commit 3b4d4bf3d8

10
Jenkinsfile vendored
View File

@ -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()
}
}