Skip to content

Commit

Permalink
@LACHAIN-148 fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Ivashchenko committed Jun 23, 2020
1 parent 160900a commit ac32a45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ solution: Lachain.sln
dotnet: 3.1.103
script:
- dotnet restore
- dotnet build -c Release
#- dotnet test
- dotnet publish -p:Configuration=Release
#- dotnet publish -p:Configuration=Release -p:PublishTrimmed=true -p:SelfContained=true -p:PublishSingleFile=true --runtime linux-x64 src/Lachain.Console/Lachain.Console.csproj
#- dotnet publish -p:Configuration=Release -p:PublishTrimmed=true -p:SelfContained=true -p:PublishSingleFile=true --runtime win-x64 src/Lachain.Console/Lachain.Console.csproj
#- dotnet publish -p:Configuration=Release -p:PublishTrimmed=true -p:SelfContained=true -p:PublishSingleFile=true --runtime osx-x64 src/Lachain.Console/Lachain.Console.csproj

0 comments on commit ac32a45

Please sign in to comment.