Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
garrynewman committed Apr 30, 2019
1 parent 8916161 commit 32850da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ node ( 'vs2017' )

stage 'Archive'
archiveArtifacts artifacts: 'Facepunch.Steamworks/bin/**/*'
bat( "copy /Y 'Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.dll' 'UnityPlugin\\'" )
bat( "copy /Y 'Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.pdb' 'UnityPlugin\\'" )
bat( "copy /Y 'Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.xml' 'UnityPlugin\\'" )
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.dll UnityPlugin\\" )
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.pdb UnityPlugin\\" )
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.xml UnityPlugin\\" )
archiveArtifacts unityplugin: 'UnityPlugin/**/*'
}

0 comments on commit 32850da

Please sign in to comment.