Skip to content

Commit

Permalink
travis msbuild problem
Browse files Browse the repository at this point in the history
  • Loading branch information
yar229 committed Jun 3, 2019
1 parent f63247e commit 94cf0d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ branches:
only:
# - master
- /^\d+\.\d+\.\d+\.\d+$/

before_install:
- mkdir -p .nuget
- wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- mono .nuget/nuget.exe # Output NuGet's version number
install:
- nuget restore WebDAVMailRuCloud.sln
- mono .nuget/nuget.exe restore WebDAVMailRuCloud.sln
script:
- nuget restore
- msbuild /t:"Restore;Build" /p:Configuration="Release" /p:Platform="Any CPU" WebDAVMailRuCloud.sln
- dotnet publish /home/travis/build/yar229/WebDavMailRuCloud/WDMRC.Console/WDMRC.Console.csproj -c Release -f netcoreapp2.2

Expand Down

0 comments on commit 94cf0d3

Please sign in to comment.