Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Revert "temporarily disable myget publishing in 1.1.0 (#4284)" (#4286)
Browse files Browse the repository at this point in the history
This reverts commit cdc7509.
  • Loading branch information
wtgodbe authored Jun 21, 2018
1 parent cdc7509 commit 4fe1404
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_projects/dotnet-host-build/PublishTargets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,12 @@ public static BuildTargetResult FinalizeBuild(BuildTargetContext c)
"opensuse.42.3.x64.version"
};

/*
BuildTargetResult feedResult = c.BuildContext.RunTarget(nameof(PublishTargets.PublishCoreHostPackagesToFeed));
if (!feedResult.Success)
{
return feedResult;
}
*/

BuildTargetResult versionsResult = c.BuildContext.RunTarget(nameof(PublishTargets.PublishCoreHostPackageVersionsToVersionsRepo));
if (!versionsResult.Success)
{
Expand Down

0 comments on commit 4fe1404

Please sign in to comment.