From 6e4edab9a2931571865f28bcd652050cecc91dfe Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 16 May 2024 16:13:03 -0500 Subject: [PATCH 1/2] Revert "[ci] Re-enable to push to dotnet9 feed (#8950)" This reverts commit a0b7aadec4fbcc6e7d6463f8a3982963db03ed17. --- build-tools/automation/azure-pipelines.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index dd8ea80b0d7..e6ade1be56e 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -537,15 +537,6 @@ extends: variables: - ${{ if eq(variables['MicroBuildSignType'], 'Real') }}: - group: Publish-Build-Assets - templateContext: - outputs: - - output: nuget - condition: and(succeeded(), eq('${{ parameters.pushXAPackagesToMaestro }}', 'true')) - useDotNetTask: false # The default is false to use the NuGetCommand task. Set to true to use the DotNetCoreCLI task to publish packages. - packagesToPush: $(Build.StagingDirectory)\nuget-signed\*.nupkg - packageParentPath: $(Build.StagingDirectory)\nuget-signed - nuGetFeedType: external - publishFeedCredentials: $(DotNetFeedCredential) steps: - checkout: self From 31d589f26761a9398dd0a203300721e47464b7ac Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 16 May 2024 16:13:14 -0500 Subject: [PATCH 2/2] Revert "[ci] Improve maestro artifact publishing (#8945)" This reverts commit bbac9fe4ce1014f02c6f9933a13485dc20089a9d. --- build-tools/automation/azure-pipelines.yaml | 13 +++++-- .../create-packs/Directory.Build.targets | 36 +++++++------------ eng/Version.Details.xml | 4 +-- eng/Versions.props | 2 +- 4 files changed, 27 insertions(+), 28 deletions(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index e6ade1be56e..ec9f674a79c 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -537,6 +537,15 @@ extends: variables: - ${{ if eq(variables['MicroBuildSignType'], 'Real') }}: - group: Publish-Build-Assets + templateContext: + outputs: + - output: nuget + condition: and(succeeded(), eq('${{ parameters.pushXAPackagesToMaestro }}', 'true')) + useDotNetTask: false # The default is false to use the NuGetCommand task. Set to true to use the DotNetCoreCLI task to publish packages. + packagesToPush: $(Build.StagingDirectory)\nuget-signed\*.nupkg + packageParentPath: $(Build.StagingDirectory)\nuget-signed + nuGetFeedType: external + publishFeedCredentials: $(DotNetFeedCredential) steps: - checkout: self @@ -608,11 +617,11 @@ extends: condition: and(succeeded(), eq('${{ parameters.pushXAPackagesToMaestro }}', 'true')) - powershell: | - $versionEndpoint = 'https://maestro.dot.net/api/assets/darc-version?api-version=2019-01-16' + $versionEndpoint = 'https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16' $darcVersion = $(Invoke-WebRequest -Uri $versionEndpoint -UseBasicParsing).Content $arcadeServicesSource = 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' & dotnet tool update microsoft.dotnet.darc --version "$darcVersion" --add-source "$arcadeServicesSource" --tool-path $(Agent.ToolsDirectory)\darc -v n - & $(Agent.ToolsDirectory)\darc\darc add-build-to-channel --default-channels --id $(BARBuildId) --publishing-infra-version 3 --password $(MaestroAccessToken) --azdev-pat $(publishing-dnceng-devdiv-code-r-build-re) + & $(Agent.ToolsDirectory)\darc\darc add-build-to-channel --default-channels --id $(BARBuildId) --publishing-infra-version 3 --skip-assets-publishing --password $(MaestroAccessToken) --azdev-pat $(publishing-dnceng-devdiv-code-r-build-re) displayName: add build to default darc channel condition: and(succeeded(), eq('${{ parameters.pushXAPackagesToMaestro }}', 'true')) diff --git a/build-tools/create-packs/Directory.Build.targets b/build-tools/create-packs/Directory.Build.targets index ab7c12516f5..5bfd934d2f1 100644 --- a/build-tools/create-packs/Directory.Build.targets +++ b/build-tools/create-packs/Directory.Build.targets @@ -10,6 +10,7 @@ + @@ -163,26 +164,15 @@ - - - $(OutputPath) - Assets.xml - $(ArtifactsLogDir)AssetManifest\$(AssetManifestFileName) - - - - - + - - - + - + @@ -191,14 +181,14 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eba2bd4320e..44be0204c5e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -26,9 +26,9 @@ https://github.com/dotnet/arcade 70831f0d126fe88b81d7dc8de11358e17a5ce364 - + https://github.com/dotnet/arcade - 67d23f4ba1813b315e7e33c71d18b63475f5c5f8 + 70831f0d126fe88b81d7dc8de11358e17a5ce364 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 210084f8a72..2c5efebd6c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,7 +7,7 @@ 9.0.0-preview.5.24256.1 9.0.0-preview.5.24256.1 7.0.0-beta.22103.1 - 8.0.0-beta.24225.1 + 7.0.0-beta.22103.1 9.0.0-preview.5.24223.2 $(MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion) 7.0.100-rc.1.22410.7