Skip to content

Commit e8b9e40

Browse files
committed
Addressing PR comments, removing the changes in Commands.Common.Test.csproj, setting back AzureRM.psm1 encoding to utf8
1 parent b045828 commit e8b9e40

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

src/ServiceManagement/Common/Commands.Common.Test/Commands.Common.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@
215215
<Project>{d3804b64-c0d3-48f8-82ec-1f632f833c9e}</Project>
216216
<Name>Commands.Common.Authentication</Name>
217217
</ProjectReference>
218+
<ProjectReference Include="..\..\..\Common\Commands.Common.Storage\Commands.Common.Storage.csproj">
219+
<Project>{65c3a86a-716d-4e7d-ab67-1db00b3bf72d}</Project>
220+
<Name>Commands.Common.Storage</Name>
221+
</ProjectReference>
218222
<ProjectReference Include="..\..\..\Common\Commands.Common\Commands.Common.csproj">
219223
<Project>{5ee72c53-1720-4309-b54b-5fb79703195f}</Project>
220224
<Name>Commands.Common</Name>

src/Storage/Stack/Commands.Storage.Test/File/Cmdlet/SetAzureStorageFileContentTest.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ public SetAzureStorageFileContentTest()
4141
}
4242
}
4343

44-
//[TestCleanup]
45-
//public void UploadCleanup()
46-
//{
47-
// if (System.IO.File.Exists(this.sourceFilePath))
48-
// {
49-
// System.IO.File.Delete(this.sourceFilePath);
50-
// }
51-
//}
52-
5344
[Fact]
5445
[Trait(Category.AcceptanceType, Category.CheckIn)]
5546
public void UploadFileUsingShareNameAndPathTest()

tools/AzureRM/AzureRM.psm1

-10.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)