Skip to content

Commit

Permalink
[Azure Search] Change output path for .NET data plane SDK (Azure#2554)
Browse files Browse the repository at this point in the history
This is part of a planned refactoring that will split the Azure Search .NET
data plane SDK into separate packages.
  • Loading branch information
brjohnstmsft authored and anuchandy committed Mar 1, 2018
1 parent 06fac6e commit 4bdab59
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ csharp:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Search
clear-output-folder: true
output-folder: $(csharp-sdks-folder)/Search/DataPlane/Microsoft.Azure.Search/GeneratedSearchIndex
output-folder: $(csharp-sdks-folder)/Search/DataPlane/Microsoft.Azure.Search.Data/Generated
```
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ csharp:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Search
clear-output-folder: true
output-folder: $(csharp-sdks-folder)/Search/DataPlane/Microsoft.Azure.Search/GeneratedSearchService
output-folder: $(csharp-sdks-folder)/Search/DataPlane/Microsoft.Azure.Search.Service/Generated
```

0 comments on commit 4bdab59

Please sign in to comment.