add support for portable application layout

This commit is contained in:
Andrew Stanton-Nurse 2016-03-09 11:36:16 -08:00
parent cef64895c8
commit d08e83d5db
38 changed files with 371 additions and 192 deletions

View file

@ -39,7 +39,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
private readonly string[] _libCompileFiles =
{
"TestLibrary" + FileNameSuffixes.DotNet.DynamicLib,
"TestLibrary" + FileNameSuffixes.DotNet.ProgramDatabase,
"TestLibrary" + FileNameSuffixes.DotNet.ProgramDatabase
};
private void GetProjectInfo(string testRoot)
@ -114,7 +114,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
fileVersion.Should().NotBeNull();
fileVersion.Should().BeEquivalentTo("1.0.0.345");
}
[Fact]
public void SettingVersionSuffixFlag_ShouldStampAssemblyInfoInOutputAssembly()
{