File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))/dir.props" />
4
4
<PropertyGroup >
5
- <PackagesOutput >$(SubmoduleDirectory )/bin/$(Configuration)</PackagesOutput >
5
+ <PackagesOutput >$(ProjectDirectory )/bin/$(Configuration)</PackagesOutput >
6
6
<RepoApiImplemented >false</RepoApiImplemented >
7
7
<OrchestratedManifestBuildName >N/A</OrchestratedManifestBuildName >
8
8
</PropertyGroup >
13
13
<PropertyGroup >
14
14
<BuildCommandArgs >$(ProjectDirectory)/Microsoft.ApplicationInsights.csproj</BuildCommandArgs >
15
15
<BuildCommandArgs >$(BuildCommandArgs) /p:Configuration=$(Configuration)</BuildCommandArgs >
16
+ <!-- Re-assign EnlistmentRoot property so output directories end up under src/application-insights -->
17
+ <BuildCommandArgs >$(BuildCommandArgs) /p:EnlistmentRoot=$(ProjectDirectory)/src</BuildCommandArgs >
18
+ <BuildCommandArgs >$(BuildCommandArgs) /p:RelativeOutputPathBase=</BuildCommandArgs >
16
19
<BuildCommandArgs >$(BuildCommandArgs) $(RedirectRepoOutputToLog)</BuildCommandArgs >
17
20
</PropertyGroup >
18
21
You can’t perform that action at this time.
0 commit comments