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:
parent
b5046edcb9
commit
5b1eadc2d9
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
}
|
||||
|
||||
[Target]
|
||||
[BuildPlatforms(BuildPlatform.Windows)]
|
||||
public static BuildTargetResult PublishCombinedFrameworkSDKArchiveToAzure(BuildTargetContext c)
|
||||
{
|
||||
var version = CliNuGetVersion;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue