From 0f919d7442aea9a93a37f83699abd573370d3245 Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Fri, 17 Feb 2017 02:41:41 -0800 Subject: [PATCH] fix merge --- build/Compile.targets | 60 +++++++++---------- ...Microsoft.DotNet.Cli.BundledRuntimes.props | 2 +- build/Version.props | 16 +++-- build/package/Nupkg.targets | 3 +- build/test/TestPackageProjects.targets | 4 +- 5 files changed, 45 insertions(+), 40 deletions(-) diff --git a/build/Compile.targets b/build/Compile.targets index 6b6027af4..a4a471d3e 100644 --- a/build/Compile.targets +++ b/build/Compile.targets @@ -63,36 +63,6 @@ VersionSuffix="$(CommitCount)" ProjectPath="$(SrcDirectory)/tool_roslyn/tool_roslyn.csproj" /> - - - - - - u=rw,g=r,o=r - - - - - u=rwx,g=rx,o=rx - - - - - u=rwx,g=rx,o=rx - - - - - - - @@ -178,6 +148,36 @@ @(CompileStageSdkDirectories); $(SharedFrameworkNameVersionPath)" /> + + + + + + u=rw,g=r,o=r + + + + + u=rwx,g=rx,o=rx + + + + + u=rwx,g=rx,o=rx + + + + + + + diff --git a/build/Microsoft.DotNet.Cli.BundledRuntimes.props b/build/Microsoft.DotNet.Cli.BundledRuntimes.props index 449aaaf67..df527f812 100644 --- a/build/Microsoft.DotNet.Cli.BundledRuntimes.props +++ b/build/Microsoft.DotNet.Cli.BundledRuntimes.props @@ -17,7 +17,7 @@ preview - 1.0.3 + 1.0.4 1.0.1 1.0.1 diff --git a/build/Version.props b/build/Version.props index 11e41049f..402ae0858 100644 --- a/build/Version.props +++ b/build/Version.props @@ -6,11 +6,17 @@ alpha $(VersionMajor).$(VersionMinor).$(VersionPatch)-$(ReleaseSuffix) - $(VersionMajor).$(VersionMinor).$(VersionPatch).$(CommitCount) - $(ReleaseSuffix)-$(CommitCount) - $(VersionMajor).$(VersionMinor).$(VersionPatch)-$(VersionSuffix) - + $(VersionMajor).$(VersionMinor).$(VersionPatch).$(CommitCount) + $(VersionMajor).$(VersionMinor).$(VersionPatch) + + $(ReleaseSuffix)-$(CommitCount) + + $(VersionMajor).$(VersionMinor).$(VersionPatch)-$(ReleaseSuffix)-$(CommitCount) + + $(FullNugetVersion) + $(VersionMajor).$(VersionMinor).$(VersionPatch) + $(NugetVersion) - $(SdkVersion) + $(NugetVersion) diff --git a/build/package/Nupkg.targets b/build/package/Nupkg.targets index 0464b23a0..4e57d0c41 100644 --- a/build/package/Nupkg.targets +++ b/build/package/Nupkg.targets @@ -4,7 +4,6 @@ - $(CommitCount) $(RepoRoot)/src $(Stage2CompilationDirectory)/forPackaging $(PackagesDirectory) @@ -26,7 +25,7 @@ Output="$(NupkgOutputDirectory)" ProjectPath="%(ProjectsToPack.Identity)/%(ProjectsToPack.ProjectName).csproj" ToolPath="$(Stage0Directory)" - VersionSuffix="$(ReleaseSuffix)-$(NupkgVersionSuffix)" + VersionSuffix="$(VersionSuffix)" Configuration="$(Configuration)" /> diff --git a/build/test/TestPackageProjects.targets b/build/test/TestPackageProjects.targets index 1c7a24c8a..4b7c98c80 100644 --- a/build/test/TestPackageProjects.targets +++ b/build/test/TestPackageProjects.targets @@ -32,8 +32,8 @@ Microsoft.DotNet.Cli.Utils.csproj True True - $(CliVersionPrefix)- - $(ReleaseSuffix)-$(TestPackageBuildVersionSuffix) + $(CliVersionPrefix) + $(VersionSuffix) False /p:TargetFramework=netstandard1.5