mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Fix travis
This commit is contained in:
parent
14076061e4
commit
c50b24c31e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ env:
|
|||
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
|
||||
|
||||
script:
|
||||
- set -eu
|
||||
- set -e
|
||||
- dotnet restore
|
||||
- dotnet build -c Release
|
||||
- dotnet publish -c Release -o out/generic
|
||||
|
|
Loading…
Reference in a new issue