Skip to content

Commit

Permalink
chore(Circle): fix dotnet1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed May 25, 2018
1 parent ee8f3f6 commit bfb0e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: cat /etc/os-release
- checkout
- run: dotnet restore
- run: dotnet build ./src/Udns.csproj -c Release --framework netstandard1.4
- run: dotnet build ./src/Udns.csproj -c Release --framework netstandard14
- run: dotnet test ./test/UdnsTests.csproj -c Release --framework netcoreapp1.1

dotnet2:
Expand Down

0 comments on commit bfb0e8e

Please sign in to comment.