Clean workspace up

This commit is contained in:
Garry Newman 2019-06-25 13:39:18 +01:00
parent b60fa061ed
commit 689ada6eca

5
Jenkinsfile vendored
View File

@ -36,4 +36,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
cleanWs()
}