Merge pull request #3248 from eerhardt/FixBuild
Fix build failure in PublishTargets.
This commit is contained in:
commit
a14e8bf434
1 changed files with 0 additions and 3 deletions
|
@ -27,8 +27,6 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
|
||||
private static string SharedFrameworkNugetVersion { get; set; }
|
||||
|
||||
private static string SharedHostNugetVersion { get; set; }
|
||||
|
||||
[Target]
|
||||
public static BuildTargetResult InitPublish(BuildTargetContext c)
|
||||
{
|
||||
|
@ -38,7 +36,6 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
CliVersion = c.BuildContext.Get<BuildVersion>("BuildVersion").SimpleVersion;
|
||||
CliNuGetVersion = c.BuildContext.Get<BuildVersion>("BuildVersion").NuGetVersion;
|
||||
SharedFrameworkNugetVersion = DependencyVersions.SharedFrameworkVersion;
|
||||
SharedHostNugetVersion = c.BuildContext.Get<HostVersion>("HostVersion").LockedHostVersion;
|
||||
Channel = c.BuildContext.Get<string>("Channel");
|
||||
|
||||
return c.Success();
|
||||
|
|
Loading…
Add table
Reference in a new issue