Skip to content

Commit

Permalink
Add regression test for concatenation of multi-line triple quote stri…
Browse files Browse the repository at this point in the history
…ngs (#1763)

* Add regression test for concatenation of multi-line triple quote strings.
Fixes #639.

* Update to .NET 5.0.300
  • Loading branch information
nojaf authored Jun 5, 2021
1 parent 33ca619 commit ff30eac
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
dotnet: [5.0.202]
dotnet: [5.0.300]
runs-on: ${{ matrix.os }}

steps:
Expand Down
3 changes: 2 additions & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ group build
nuget Fake.DotNet.Paket
nuget Fake.Tools.Git
nuget Fake.Core.Process
nuget Fake.Core.Target
nuget Fake.Core.Target
nuget MSBuild.StructuredLogger 2.1.500
Loading

0 comments on commit ff30eac

Please sign in to comment.