Skip to content

Commit

Permalink
Fix enterprise pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Mar 19, 2020
1 parent 8fbef25 commit f5e79d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/libraries/enterprise/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variables:
- name: enterpriseTestsSetup
value: $(sourcesRoot)/Common/tests/System/Net/EnterpriseTests/setup
- name: containerRunTestsCommand
value: /repo/.dotnet/dotnet build /t:test --no-restore
value: /repo/dotnet.sh build /t:test
- name: containerLibrariesRoot
value: /repo/src/libraries

Expand Down

0 comments on commit f5e79d1

Please sign in to comment.