Skip to content

Commit

Permalink
Fix enterprise testing pipeline due to live-live changes (dotnet#843)
Browse files Browse the repository at this point in the history
Revised script to build the libraries subset due to changes with CoreCLR and live-live build.
  • Loading branch information
davidsh authored Dec 14, 2019
1 parent be71baf commit 496c2a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eng/pipelines/libraries/enterprise/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pr:

paths:
include:
- eng/pipelines/libraries/enterprise/*
- src/libraries/Common/src/System/Net/*
- src/libraries/Common/tests/System/Net/*
- src/libraries/Native/Unix/System.Net.Security.Native/*
Expand Down Expand Up @@ -49,7 +50,8 @@ steps:
displayName: Test linuxclient connection to web server

- bash: |
docker exec linuxclient bash /repo/libraries.sh
docker exec linuxclient bash /repo/src/coreclr/build.sh -release -skiptests -clang9
docker exec linuxclient bash /repo/libraries.sh /p:CoreCLRConfiguration=Release
displayName: Build product sources

- bash: |
Expand Down

0 comments on commit 496c2a6

Please sign in to comment.