Skip to content

Commit

Permalink
update eng setting
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Nov 20, 2019
1 parent 98f5f3b commit f44d710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/.docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ omitted_paths:
- sdk/applicationinsights/microsoft-azure-applicationinsights-query/samples/*
- sdk/loganalytics/microsoft-azure-loganalytics/samples/*
- "*/resource-manager/*"
- "sdk/*/azure-mgmt-*/*"
- "sdk/*/mgmt-*/*"
- eng/*
- samples/*
language: java
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/scripts/mgmt_sdk_compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mvn --version
#change to the root of the sources repo
cd ../../..

for i in `ls -d sdk/*/azure-mgmt-*/v20* | grep -v "node_modules/*/*"`;
for i in `ls -d sdk/*/mgmt-v20* | grep -v "node_modules/*/*"`;
do
echo "######## building folder $i"
cd $i;
Expand Down

0 comments on commit f44d710

Please sign in to comment.