mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-26 05:28:07 +03:00
Build server fix
This commit is contained in:
parent
e3ac585144
commit
4108895749
@ -1,5 +1,4 @@
|
|||||||
cd Facepunch.Steamworks
|
cd Facepunch.Steamworks
|
||||||
dotnet restore .\Facepunch.Steamworks.Posix32.csproj
|
dotnet restore .\Facepunch.Steamworks.Posix.csproj
|
||||||
dotnet restore .\Facepunch.Steamworks.Posix64.csproj
|
|
||||||
dotnet restore .\Facepunch.Steamworks.Win32.csproj
|
dotnet restore .\Facepunch.Steamworks.Win32.csproj
|
||||||
dotnet restore .\Facepunch.Steamworks.Win64.csproj
|
dotnet restore .\Facepunch.Steamworks.Win64.csproj
|
18
Jenkinsfile
vendored
18
Jenkinsfile
vendored
@ -8,20 +8,17 @@ node ( 'vs2017' )
|
|||||||
stage 'Restore'
|
stage 'Restore'
|
||||||
bat "dotnet restore Facepunch.Steamworks/Facepunch.Steamworks.Win32.csproj"
|
bat "dotnet restore Facepunch.Steamworks/Facepunch.Steamworks.Win32.csproj"
|
||||||
bat "dotnet restore Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj"
|
bat "dotnet restore Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj"
|
||||||
bat "dotnet restore Facepunch.Steamworks/Facepunch.Steamworks.Posix32.csproj"
|
bat "dotnet restore Facepunch.Steamworks/Facepunch.Steamworks.Posix.csproj"
|
||||||
bat "dotnet restore Facepunch.Steamworks/Facepunch.Steamworks.Posix64.csproj"
|
|
||||||
|
|
||||||
stage 'Build Release'
|
stage 'Build Release'
|
||||||
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Win32.csproj --configuration Release"
|
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Win32.csproj --configuration Release"
|
||||||
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj --configuration Release"
|
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj --configuration Release"
|
||||||
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Posix32.csproj --configuration Release"
|
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Posix.csproj --configuration Release"
|
||||||
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Posix64.csproj --configuration Release"
|
|
||||||
|
|
||||||
stage 'Build Debug'
|
stage 'Build Debug'
|
||||||
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Win32.csproj --configuration Debug"
|
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Win32.csproj --configuration Debug"
|
||||||
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj --configuration Debug"
|
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj --configuration Debug"
|
||||||
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Posix32.csproj --configuration Debug"
|
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Posix.csproj --configuration Debug"
|
||||||
bat "dotnet build Facepunch.Steamworks/Facepunch.Steamworks.Posix64.csproj --configuration Debug"
|
|
||||||
|
|
||||||
stage 'Archive'
|
stage 'Archive'
|
||||||
archiveArtifacts artifacts: 'Facepunch.Steamworks/bin/**/*'
|
archiveArtifacts artifacts: 'Facepunch.Steamworks/bin/**/*'
|
||||||
@ -31,12 +28,9 @@ node ( 'vs2017' )
|
|||||||
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Win64.dll UnityPlugin\\" )
|
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Win64.dll UnityPlugin\\" )
|
||||||
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Win64.pdb UnityPlugin\\" )
|
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Win64.pdb UnityPlugin\\" )
|
||||||
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Win64.xml UnityPlugin\\" )
|
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Win64.xml UnityPlugin\\" )
|
||||||
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix32.dll UnityPlugin\\" )
|
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix.dll UnityPlugin\\" )
|
||||||
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix32.pdb UnityPlugin\\" )
|
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix.pdb UnityPlugin\\" )
|
||||||
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix32.xml UnityPlugin\\" )
|
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix.xml UnityPlugin\\" )
|
||||||
bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix64.dll 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\\" )
|
|
||||||
archiveArtifacts artifacts: 'UnityPlugin/**/*'
|
archiveArtifacts artifacts: 'UnityPlugin/**/*'
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
Loading…
x
Reference in New Issue
Block a user