Skip to content

Commit aff64a3

Browse files
Improve host compile
1 parent e04d3ac commit aff64a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ matrix:
6767
- sudo snap alias dotnet-sdk.dotnet dotnet
6868
- dotnet --version
6969
- cd api
70+
- cd AltV.Net.Host.dll
7071
- dotnet publish -c Release
7172
- dotnet pack -c Release
7273
- cd ..
74+
- cd ..
7375
- mv ./api/AltV.Net.Host/bin/Release/netcoreapp3.0/publish/AltV.Net.Host.dll ./upload/AltV.Net.Host.dll
7476
- mv ./api/AltV.Net.Host/bin/Release/netcoreapp3.0/publish/AltV.Net.Host.runtimeconfig.json ./upload/AltV.Net.Host.runtimeconfig.json
7577
- if [ "$LINUX_STABLE" = true ]; then DOTNET_STABLE=true ; fi

0 commit comments

Comments
 (0)