Skip to content

Commit

Permalink
Merge pull request #1590 from Microsoft/stopBuildingProfiler
Browse files Browse the repository at this point in the history
Remove profiling from build
  • Loading branch information
paulvanbrenk committed Jun 1, 2017
2 parents 35f872e + 245acc1 commit 6f479df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Build/UpdateVsixVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ function Update-Manifest

Update-Manifest 'InteractiveWindow'
Update-Manifest 'NodeJs'
Update-Manifest 'Profiling'
6 changes: 0 additions & 6 deletions Nodejs/Product/dirs.proj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@
<ProjectFile Include="Npm\Npm.csproj"/>
<ProjectFile Include="PressAnyKey\PressAnyKey.csproj"/>
<ProjectFile Include="WebRole\WebRole.csproj"/>

<ProjectFile Include="LogConverter\LogConverter.csproj"/>

<ProjectFile Include="Nodejs\Nodejs.csproj"/>

<ProjectFile Include="Profiling\Profiling.csproj"/>

<ProjectFile Include="TestAdapter\TestAdapter.csproj"/>
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion Nodejs/Setup/setup-swix.proj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<ItemGroup>
<ProjectFile Include="swix\Microsoft.VisualStudio.NodejsTools.Targets.swixproj"/>
<ProjectFile Include="swix\NodejsTools.vsmanproj"/>
<ProjectFile Include="swix\NodejsTools.Profiling.vsmanproj" />
</ItemGroup>

<Import Project="$(TargetsPath)\Common.Build.Traversal.targets" />
Expand Down

0 comments on commit 6f479df

Please sign in to comment.