Skip to content

Commit

Permalink
test: more
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Aug 28, 2018
1 parent 3178f05 commit 393ceb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
steps:
- run: cat /etc/os-release
- dig cloudflare-dns.com. AAAA +dnssec
- checkout
- run: dotnet restore
- run: dotnet build ./src/Udns.csproj -c Debug --framework netstandard14
Expand All @@ -27,6 +28,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
steps:
- run: cat /etc/os-release
- dig cloudflare-dns.com. AAAA +dnssec
- checkout
- run: dotnet restore
- run: dotnet build ./src/Udns.csproj -c Debug --framework netstandard2
Expand Down

0 comments on commit 393ceb5

Please sign in to comment.