Skip to content

Commit b39f469

Browse files
committed
Deleted uncompiled test files. Got netcore Storage dataplane tests to run. #if tests that don't apply to netcore.
1 parent 0f13f36 commit b39f469

10 files changed

+62
-850
lines changed

src/Azure.PowerShell.Netcore.Test.sln

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Storage.Netcore", "C
2525
EndProject
2626
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Sql.Test.Netcore", "ResourceManager\Sql\Commands.Sql.Test\Commands.Sql.Test.Netcore.csproj", "{F6D1E454-E51D-4F1F-916A-A4A3DED5850A}"
2727
EndProject
28+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Storage.Test.Netcore", "Storage\Commands.Storage.Test\Commands.Storage.Test.Netcore.csproj", "{8D9F4550-CFF7-4F43-8188-A8C263157B1E}"
29+
EndProject
2830
Global
2931
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3032
Debug|Any CPU = Debug|Any CPU
@@ -167,6 +169,18 @@ Global
167169
{F6D1E454-E51D-4F1F-916A-A4A3DED5850A}.Release|x64.Build.0 = Release|Any CPU
168170
{F6D1E454-E51D-4F1F-916A-A4A3DED5850A}.Release|x86.ActiveCfg = Release|Any CPU
169171
{F6D1E454-E51D-4F1F-916A-A4A3DED5850A}.Release|x86.Build.0 = Release|Any CPU
172+
{8D9F4550-CFF7-4F43-8188-A8C263157B1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
173+
{8D9F4550-CFF7-4F43-8188-A8C263157B1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
174+
{8D9F4550-CFF7-4F43-8188-A8C263157B1E}.Debug|x64.ActiveCfg = Debug|Any CPU
175+
{8D9F4550-CFF7-4F43-8188-A8C263157B1E}.Debug|x64.Build.0 = Debug|Any CPU
176+
{8D9F4550-CFF7-4F43-8188-A8C263157B1E}.Debug|x86.ActiveCfg = Debug|Any CPU
177+
{8D9F4550-CFF7-4F43-8188-A8C263157B1E}.Debug|x86.Build.0 = Debug|Any CPU
178+
{8D9F4550-CFF7-4F43-8188-A8C263157B1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
179+
{8D9F4550-CFF7-4F43-8188-A8C263157B1E}.Release|Any CPU.Build.0 = Release|Any CPU
180+
{8D9F4550-CFF7-4F43-8188-A8C263157B1E}.Release|x64.ActiveCfg = Release|Any CPU
181+
{8D9F4550-CFF7-4F43-8188-A8C263157B1E}.Release|x64.Build.0 = Release|Any CPU
182+
{8D9F4550-CFF7-4F43-8188-A8C263157B1E}.Release|x86.ActiveCfg = Release|Any CPU
183+
{8D9F4550-CFF7-4F43-8188-A8C263157B1E}.Release|x86.Build.0 = Release|Any CPU
170184
EndGlobalSection
171185
GlobalSection(SolutionProperties) = preSolution
172186
HideSolutionNode = FALSE

src/Storage/Commands.Storage.Test/Blob/Cmdlet/GetAzureStorageBlobContentTest.cs

Lines changed: 0 additions & 294 deletions
This file was deleted.

0 commit comments

Comments
 (0)