Skip to content

Commit

Permalink
Removing uneeded/obsolete TestCommon nuget packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewc committed Jul 8, 2015
1 parent 41d1ec0 commit ef725a0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 66 deletions.
9 changes: 1 addition & 8 deletions WebJobs.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{639967B0-0544-4C52-94AC-9A3D25E33256}"
EndProject
Expand Down Expand Up @@ -46,8 +46,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebJobs.ServiceBus.UnitTest
{4A832C21-66EA-4DE4-8124-F27F8900CBA9} = {4A832C21-66EA-4DE4-8124-F27F8900CBA9}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Packages", "test\Packages\Packages.csproj", "{0AFF4B92-6E8C-456B-A3F8-BF76CE55FFDF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebJobs.Host.FunctionalTests", "test\Microsoft.Azure.WebJobs.Host.FunctionalTests\WebJobs.Host.FunctionalTests.csproj", "{C6B834AB-7B6A-47AE-A7C3-C102B0C861FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebJobs.Storage.IntegrationTests", "test\Microsoft.Azure.WebJobs.Storage.IntegrationTests\WebJobs.Storage.IntegrationTests.csproj", "{31BAB10E-B319-4F4E-9898-EA7A2740AA19}"
Expand Down Expand Up @@ -110,10 +108,6 @@ Global
{28BC5EE0-9227-4124-AA8F-1C0CAA218D12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28BC5EE0-9227-4124-AA8F-1C0CAA218D12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28BC5EE0-9227-4124-AA8F-1C0CAA218D12}.Release|Any CPU.Build.0 = Release|Any CPU
{0AFF4B92-6E8C-456B-A3F8-BF76CE55FFDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AFF4B92-6E8C-456B-A3F8-BF76CE55FFDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AFF4B92-6E8C-456B-A3F8-BF76CE55FFDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AFF4B92-6E8C-456B-A3F8-BF76CE55FFDF}.Release|Any CPU.Build.0 = Release|Any CPU
{C6B834AB-7B6A-47AE-A7C3-C102B0C861FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6B834AB-7B6A-47AE-A7C3-C102B0C861FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6B834AB-7B6A-47AE-A7C3-C102B0C861FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -133,7 +127,6 @@ Global
{7EF78F7B-C9C9-4311-B87D-50ED5932CC93} = {639967B0-0544-4C52-94AC-9A3D25E33256}
{34D23554-5482-4B3D-B65F-46DFF5AF1684} = {FA608267-1272-4BD5-B230-0F41A48D18C8}
{28BC5EE0-9227-4124-AA8F-1C0CAA218D12} = {639967B0-0544-4C52-94AC-9A3D25E33256}
{0AFF4B92-6E8C-456B-A3F8-BF76CE55FFDF} = {639967B0-0544-4C52-94AC-9A3D25E33256}
{C6B834AB-7B6A-47AE-A7C3-C102B0C861FF} = {639967B0-0544-4C52-94AC-9A3D25E33256}
{31BAB10E-B319-4F4E-9898-EA7A2740AA19} = {639967B0-0544-4C52-94AC-9A3D25E33256}
EndGlobalSection
Expand Down
2 changes: 0 additions & 2 deletions packages/repositories.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
<repository path="..\src\Microsoft.Azure.WebJobs.ServiceBus\packages.config" />
<repository path="..\src\Microsoft.Azure.WebJobs.Storage\packages.config" />
<repository path="..\src\Microsoft.Azure.WebJobs\packages.config" />
<repository path="..\src\Packages\packages.config" />
<repository path="..\test\Dashboard.UnitTests\packages.config" />
<repository path="..\test\Microsoft.Azure.WebJobs.Host.EndToEndTests\packages.config" />
<repository path="..\test\Microsoft.Azure.WebJobs.Host.FunctionalTests\packages.config" />
<repository path="..\test\Microsoft.Azure.WebJobs.Host.TestCommon\packages.config" />
<repository path="..\test\Microsoft.Azure.WebJobs.Host.UnitTests\packages.config" />
<repository path="..\test\Microsoft.Azure.WebJobs.ServiceBus.UnitTests\packages.config" />
<repository path="..\test\Microsoft.Azure.WebJobs.Storage.IntegrationTests\packages.config" />
<repository path="..\test\Packages\packages.config" />
</repositories>
10 changes: 9 additions & 1 deletion perf/Microsoft.Azure.WebJobs.Perf/WebJobs.Perf.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
<Import Project="..\..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand All @@ -12,7 +13,7 @@
<AssemblyName>Microsoft.Azure.WebJobs.Perf</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>c6180c7b</NuGetPackageImportStamp>
<NuGetPackageImportStamp>f53316d8</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -69,6 +70,12 @@
<Reference Include="Microsoft.VisualStudio.Diagnostics.Measurement">
<Private>True</Private>
</Reference>
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
</Reference>
<Reference Include="xunit.core">
<HintPath>..\..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="BlobOverheadPerfTest.cs" />
Expand Down Expand Up @@ -113,5 +120,6 @@
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props'))" />
<Error Condition="!Exists('..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
</Target>
</Project>
3 changes: 3 additions & 0 deletions perf/Microsoft.Azure.WebJobs.Perf/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
<package id="System.Spatial" version="5.6.0" targetFramework="net45" />
<package id="WindowsAzure.Storage" version="4.0.1" targetFramework="net45" />
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
<package id="xunit.core" version="2.0.0" targetFramework="net45" />
<package id="xunit.extensibility.core" version="2.0.0" targetFramework="net45" />
<package id="xunit.runner.visualstudio" version="2.0.0" targetFramework="net45" />
</packages>
51 changes: 0 additions & 51 deletions test/Packages/Packages.csproj

This file was deleted.

4 changes: 0 additions & 4 deletions test/Packages/packages.config

This file was deleted.

0 comments on commit ef725a0

Please sign in to comment.