diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f3351ab990b721093d4434d9b9c67daf5b9290c..8a21a93900aa35a03b06859c02e7780a831f7041 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -99,25 +99,25 @@ - + https://github.com/dotnet/arcade - 298c72b33f6f7b742b11f7b1c0ae77a043789fcf + ee0a6a7d9acc6f5886ae214b935f3e3d989235e4 - + https://github.com/dotnet/arcade - 298c72b33f6f7b742b11f7b1c0ae77a043789fcf + ee0a6a7d9acc6f5886ae214b935f3e3d989235e4 - + https://github.com/dotnet/arcade - 298c72b33f6f7b742b11f7b1c0ae77a043789fcf + ee0a6a7d9acc6f5886ae214b935f3e3d989235e4 - + https://github.com/dotnet/arcade - 298c72b33f6f7b742b11f7b1c0ae77a043789fcf + ee0a6a7d9acc6f5886ae214b935f3e3d989235e4 - + https://github.com/dotnet/arcade - 298c72b33f6f7b742b11f7b1c0ae77a043789fcf + ee0a6a7d9acc6f5886ae214b935f3e3d989235e4 diff --git a/eng/Versions.props b/eng/Versions.props index 575009cf2219666e833d0548299148db42fc25f6..6b6ad36f833565ae0cab43a895f120be733af453 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,9 +43,9 @@ - 6.0.0-beta.21068.2 - 6.0.0-beta.21068.2 - 6.0.0-beta.21068.2 + 6.0.0-beta.21069.2 + 6.0.0-beta.21069.2 + 6.0.0-beta.21069.2 diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index bd776c7675b9f2082608789a6583bc0c4a42b89f..375e91acdf3aad562e1f5b910ce8fea60a606e2b 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -147,6 +147,9 @@ stages: pipeline: $(AzDOPipelineId) buildId: $(AzDOBuildId) artifactName: PackageArtifacts + itemPattern: | + ** + !**/Microsoft.SourceBuild.Intermediate.*.nupkg # This is necessary whenever we want to publish/restore to an AzDO private feed # Since sdk-task.ps1 tries to restore packages we need to do this authentication here diff --git a/global.json b/global.json index e51f2c8c44ab0078c9c23f8f53be8388b5ed9eff..87e2d91c6266b90fb546f5a20d6edeb48d460218 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21068.2", - "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21068.2" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21069.2", + "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21069.2" }, "sdk": { "version": "5.0.100"