Only publish SharedFramework + SDK for Windows

We don't build the combined framework + SDK tarball for any Unix
platforms, but we were incorrectly trying to publish it. Make the
publish step for this artifact specific to Windows as well.
This commit is contained in:
Matt Ellis 2016-04-26 14:33:40 -07:00
parent b5046edcb9
commit 5b1eadc2d9

View file

@ -174,6 +174,7 @@ namespace Microsoft.DotNet.Cli.Build
}
[Target]
[BuildPlatforms(BuildPlatform.Windows)]
public static BuildTargetResult PublishCombinedFrameworkSDKArchiveToAzure(BuildTargetContext c)
{
var version = CliNuGetVersion;