[automated] Merge branch 'release/8.0.2xx' => 'release/8.0.3xx' (#18324)
This commit is contained in:
commit
e546091cf7
4 changed files with 13 additions and 12 deletions
|
@ -85,22 +85,22 @@
|
|||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
|
||||
<Sha>3f1acb59718cadf111a0a796681e3d3509bb3381</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24072.11">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24071.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>fc1a0860b3a5995a467ae3425cbe9c11812c0221</Sha>
|
||||
<Sha>00e0fb47b46b3eb8c626b57f1b8a250e3688e361</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24072.11">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24071.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>fc1a0860b3a5995a467ae3425cbe9c11812c0221</Sha>
|
||||
<Sha>00e0fb47b46b3eb8c626b57f1b8a250e3688e361</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24072.11">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24071.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>fc1a0860b3a5995a467ae3425cbe9c11812c0221</Sha>
|
||||
<Sha>00e0fb47b46b3eb8c626b57f1b8a250e3688e361</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24072.11">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24071.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>fc1a0860b3a5995a467ae3425cbe9c11812c0221</Sha>
|
||||
<Sha>00e0fb47b46b3eb8c626b57f1b8a250e3688e361</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">
|
||||
<Uri>https://github.com/dotnet/test-templates</Uri>
|
||||
|
|
|
@ -85,9 +85,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24072.11</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24072.11</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24072.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24071.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24071.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24071.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
|
@ -32,6 +32,7 @@ jobs:
|
|||
- name: vmrPublicUrl
|
||||
value: https://github.com/dotnet/dotnet
|
||||
- ${{ if and( eq(variables['System.TeamProject'], 'internal'), startswith(variables['Build.SourceBranch'], 'refs/heads/internal/release/')) }}:
|
||||
# https://dev.azure.com/dnceng/internal/_library?itemType=VariableGroups&view=VariableGroupView&variableGroupId=172&path=DotNetBot-AzDO-PAT
|
||||
- group: DotNetBot-AzDO-PAT
|
||||
- name: vmrInternalUrl
|
||||
value: https://dnceng@dev.azure.com/dnceng/internal/_git/dotnet-dotnet
|
||||
|
|
|
@ -39,7 +39,7 @@ steps:
|
|||
./eng/vmr-sync.sh
|
||||
--vmr ${{ parameters.vmrPath }}
|
||||
--tmp $(Agent.TempDirectory)
|
||||
--azdev-pat '$(System.AccessToken)'
|
||||
--azdev-pat '$(dn-bot-all-orgs-code-r)'
|
||||
--branch ${{ parameters.vmrBranch }}
|
||||
--repository "installer:${{ parameters.targetRef }}"
|
||||
--recursive
|
||||
|
|
Loading…
Reference in a new issue