Skip to content

Commit

Permalink
Don't push to maestro by default (#22295)
Browse files Browse the repository at this point in the history
* We already have maestro

* Don t push to maestro by default
  • Loading branch information
rmarinho committed May 8, 2024
1 parent 5a95d45 commit 4ede8f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/maui-release-internal.yml
Expand Up @@ -52,7 +52,7 @@ variables:

parameters:
- name: pushMauiPackagesToMaestro
default: true
default: false

- name: provisionatorChannel
displayName: 'Provisionator channel'
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/maui-release.yml
Expand Up @@ -27,7 +27,7 @@ variables:

parameters:
- name: pushMauiPackagesToMaestro
default: true
default: false

- name: provisionatorChannel
displayName: 'Provisionator channel'
Expand Down
5 changes: 0 additions & 5 deletions src/Workload/Shared/Maestro.targets
Expand Up @@ -3,11 +3,6 @@
<RootManifestOutputPath>$([MSBuild]::EnsureTrailingSlash($(OutputPath)))</RootManifestOutputPath>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.DotNet.Arcade.Sdk" Version="$(MicrosoftDotNetBuildTasksFeedVersion)" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.DotNet.Build.Tasks.Feed" Version="$(MicrosoftDotNetBuildTasksFeedVersion)" PrivateAssets="all" />
</ItemGroup>

<UsingTask TaskName="GenerateBuildManifest" AssemblyFile="$(_MicrosoftDotNetBuildTasksFeedTaskDir)Microsoft.DotNet.Build.Tasks.Feed.dll" />

<Target Name="PushManifestToBuildAssetRegistry" >
Expand Down

0 comments on commit 4ede8f9

Please sign in to comment.