Skip to content

Commit

Permalink
try to fix build on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostousov committed Apr 10, 2020
1 parent 5eeebb2 commit c6c133a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GrEmit.Tests/GrEmit.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFrameworks>net45;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2</TargetFrameworks>
<TargetFrameworks>net45;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.1</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions test-by-travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if [ ${DOTNETCORE} -eq 1 ]
then
dotnet restore ./GrEmit.sln --verbosity m
dotnet build --configuration Release --framework netstandard2.0 ./GrEmit/GrEmit.csproj
dotnet build --configuration Release --framework netcoreapp2.2 ./GrEmit.Tests/GrEmit.Tests.csproj
dotnet test --no-build --configuration Release --framework netcoreapp2.2 ./GrEmit.Tests/GrEmit.Tests.csproj
dotnet build --configuration Release --framework netcoreapp3.1 ./GrEmit.Tests/GrEmit.Tests.csproj
dotnet test --no-build --configuration Release --framework netcoreapp3.1 ./GrEmit.Tests/GrEmit.Tests.csproj
else
nuget install NUnit.ConsoleRunner -Version 3.9.0 -OutputDirectory testrunner
msbuild /t:Restore ./GrEmit.sln
Expand Down

0 comments on commit c6c133a

Please sign in to comment.