Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
226 changes: 0 additions & 226 deletions eng/pipelines/azure-pipelines-public.yml

This file was deleted.

4 changes: 0 additions & 4 deletions eng/pipelines/common/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,3 @@ variables:
- group: Publish-Build-Assets
- group: DotNet-HelixApi-Access
- group: SDL_Settings

- ${{ if eq(variables['Build.DefinitionName'], 'dotnet-maui-release') }}:
# maui-nuget-release provides: pat--nuget--xamarinc--push--wildcard
- group: maui-nuget-release
6 changes: 3 additions & 3 deletions eng/pipelines/maui-release-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ parameters:

variables:
- template: /eng/common/templates/variables/pool-providers.yml@self

- group: DotNetBuilds storage account read tokens
- group: AzureDevOps-Artifact-Feeds-Pats
- group: DotNet-Maui-Release
#- group: .NET Core Nuget API Keys
- group: maui-nuget-release # maui-nuget-release provides: pat--nuget--xamarinc--push--wildcard

resources:
repositories:
Expand Down Expand Up @@ -219,7 +219,7 @@ extends:
displayName: list downloaded artifacts

- powershell: >-
$(Build.SourcesDirectory)\eng\scripts\push_nuget_org.ps1 -ApiKey "$(pat--nuget--xamarinc--push--wildcard)" -FeedUrl "${{ parameters.feedUrl }}" -NuGetSearchPath "$(Build.StagingDirectory)\nupkgs\shipping\packages\*" -NuGetIncludeFilters "${{ parameters.nugetIncludeFilters }}" -NuGetExcludeFilters "*Manifest*.nupkg;${{ parameters.nugetExcludeFilters }}"
$(Build.SourcesDirectory)\eng\scripts\push_nuget_org.ps1 -ApiKey "$(pat--nuget--xamarinc--push--wildcard)" -FeedUrl "${{ parameters.feedUrl }}" -NuGetSearchPath "$(Build.StagingDirectory)\nupkgs\shipping\packages\*" -NuGetIncludeFilters "${{ parameters.nugetIncludeFilters }}" -NuGetExcludeFilters "*Manifest*.nupkg;${{ parameters.nugetExcludeFilters }}" -NuGetOrgApiKey2 "$(pat--nuget--xamarinc--push--wildcard-1)" -NuGetOrgApiKey3 "$(pat--nuget--xamarinc--push--wildcard-2)"
displayName: Push workload packs to NuGet.org
env:
PUSH_PACKAGES: ${{ parameters.pushPackages }}
Expand Down
Loading
Loading