Skip to content

Commit

Permalink
Search SDK: Fix generate script paths to match new repo layout (Azure…
Browse files Browse the repository at this point in the history
  • Loading branch information
brjohnstmsft authored and shahabhijeet committed May 11, 2017
1 parent 4b0c751 commit 8935f31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if "%1" == "" (
) else (
set specFile="%1"
)
set repoRoot=%~dp0..\..\..
set repoRoot=%~dp0..\..\..\..\..
set generateFolder=%~dp0GeneratedSearchIndex
set header=MICROSOFT_MIT_NO_VERSION

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if "%1" == "" (
) else (
set specFile="%1"
)
set repoRoot=%~dp0..\..\..
set repoRoot=%~dp0..\..\..\..\..
set generateFolder=%~dp0GeneratedSearchService
set header=MICROSOFT_MIT_NO_VERSION

Expand Down
2 changes: 1 addition & 1 deletion src/SDKs/Search/Management/Management.Search/generate.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if "%1" == "" (
) else (
set specFile="%1"
)
set repoRoot=%~dp0..\..\..
set repoRoot=%~dp0..\..\..\..\..
set generateFolder=%~dp0Generated
set header=MICROSOFT_MIT_NO_VERSION

Expand Down

0 comments on commit 8935f31

Please sign in to comment.