mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 14:48:02 +03:00
Artifact test
This commit is contained in:
parent
1f7e78be09
commit
0042a63db1
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -14,4 +14,8 @@ node ( 'vs2017' )
|
|||||||
|
|
||||||
stage 'Archive'
|
stage 'Archive'
|
||||||
archiveArtifacts artifacts: 'Facepunch.Steamworks/bin/**/*'
|
archiveArtifacts artifacts: 'Facepunch.Steamworks/bin/**/*'
|
||||||
|
copy 'Facepunch.Steamworks/bin/Debug/netstandard2.0/Facepunch.Steamworks.dll' 'UnityPlugin/Facepunch.Steamworks.dll'
|
||||||
|
copy 'Facepunch.Steamworks/bin/Debug/netstandard2.0/Facepunch.Steamworks.pdb' 'UnityPlugin/Facepunch.Steamworks.pdb'
|
||||||
|
copy 'Facepunch.Steamworks/bin/Debug/netstandard2.0/Facepunch.Steamworks.xml' 'UnityPlugin/Facepunch.Steamworks.xml'
|
||||||
|
archiveArtifacts unityplugin: 'UnityPlugin/**/*'
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user