Skip to content

Commit 5528392

Browse files
authored
[Rollout] Production rollout 2025-01-20 (#4346)
2 parents 6c7cc1d + 53f49d3 commit 5528392

File tree

64 files changed

+1551
-409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1551
-409
lines changed

.vault-config/maestroint.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.vault-config/maestrolocal.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.vault-config/maestroprod.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.vault-config/product-construction-dev.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,6 @@ storageLocation:
44
subscription: e6b5f9f5-0ca4-4351-879b-014d78400ec2
55
name: ProductConstructionDev
66

7-
references:
8-
helixkv:
9-
type: azure-key-vault
10-
parameters:
11-
subscription: a4fc5514-21a9-4296-bfaf-5c7ee7fa35d1
12-
name: helixkv
13-
14-
engkeyvault:
15-
type: azure-key-vault
16-
parameters:
17-
subscription: a4fc5514-21a9-4296-bfaf-5c7ee7fa35d1
18-
name: engkeyvault
19-
207
secrets:
218

229
github:

.vault-config/shared/maestro-secrets.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/DevGuide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
- Be sure to install the `Azure Development => .NET Aspire SDK (Preview)` optional workload in the VS installer
55
- Be sure to install the `ASP.NET and web development` => `.NET 8.0/9.0 WebAssembly Build Tools`
66
1. Install Docker Desktop: https://www.docker.com/products/docker-desktop
7+
1. Configure git to support long paths:
8+
```ps1
9+
git config --system core.longpaths true # you will need elevated shell for this one
10+
git config --global core.longpaths true
11+
```
712
1. Install SQL Server Express: https://www.microsoft.com/en-us/sql-server/sql-server-downloads
813
1. Install Entity Framework Core CLI by running `dotnet tool install --global dotnet-ef`
914
1. Build the `src\Maestro\Maestro.Data\Maestro.Data.csproj` project (either from console or from IDE)

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,29 +59,29 @@
5959
</Dependency>
6060
</ProductDependencies>
6161
<ToolsetDependencies>
62-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25060.1">
62+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25066.6">
6363
<Uri>https://github.com/dotnet/arcade</Uri>
64-
<Sha>c255aae7f2b128fa20a4441f0e192c3c53561621</Sha>
64+
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.25060.1">
66+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.25066.6">
6767
<Uri>https://github.com/dotnet/arcade</Uri>
68-
<Sha>c255aae7f2b128fa20a4441f0e192c3c53561621</Sha>
68+
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
6969
</Dependency>
70-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.25060.1">
70+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.25066.6">
7171
<Uri>https://github.com/dotnet/arcade</Uri>
72-
<Sha>c255aae7f2b128fa20a4441f0e192c3c53561621</Sha>
72+
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
7373
</Dependency>
74-
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.25060.1">
74+
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.25066.6">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>c255aae7f2b128fa20a4441f0e192c3c53561621</Sha>
76+
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
7777
</Dependency>
78-
<Dependency Name="Microsoft.DotNet.Git.IssueManager" Version="8.0.0-beta.25060.1">
78+
<Dependency Name="Microsoft.DotNet.Git.IssueManager" Version="8.0.0-beta.25066.6">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>c255aae7f2b128fa20a4441f0e192c3c53561621</Sha>
80+
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
8181
</Dependency>
82-
<Dependency Name="Microsoft.DotNet.VersionTools" Version="8.0.0-beta.25060.1">
82+
<Dependency Name="Microsoft.DotNet.VersionTools" Version="8.0.0-beta.25066.6">
8383
<Uri>https://github.com/dotnet/arcade</Uri>
84-
<Sha>c255aae7f2b128fa20a4441f0e192c3c53561621</Sha>
84+
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
8585
</Dependency>
8686
<Dependency Name="Microsoft.DncEng.SecretManager" Version="1.1.0-beta.25057.2">
8787
<Uri>https://github.com/dotnet/dnceng</Uri>

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
1010
<MicrosoftNetFrameworkReferenceAssembliesVersion>1.0.0-preview.1</MicrosoftNetFrameworkReferenceAssembliesVersion>
1111
<!-- Libs -->
12-
<MicrosoftDotNetSignToolVersion>8.0.0-beta.25060.1</MicrosoftDotNetSignToolVersion>
13-
<MicrosoftDotNetBuildTasksFeedVersion>8.0.0-beta.25060.1</MicrosoftDotNetBuildTasksFeedVersion>
14-
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>8.0.0-beta.25060.1</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
15-
<MicrosoftDotNetGitIssueManagerVersion>8.0.0-beta.25060.1</MicrosoftDotNetGitIssueManagerVersion>
16-
<MicrosoftDotNetVersionToolsVersion>8.0.0-beta.25060.1</MicrosoftDotNetVersionToolsVersion>
12+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.25066.6</MicrosoftDotNetSignToolVersion>
13+
<MicrosoftDotNetBuildTasksFeedVersion>8.0.0-beta.25066.6</MicrosoftDotNetBuildTasksFeedVersion>
14+
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>8.0.0-beta.25066.6</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
15+
<MicrosoftDotNetGitIssueManagerVersion>8.0.0-beta.25066.6</MicrosoftDotNetGitIssueManagerVersion>
16+
<MicrosoftDotNetVersionToolsVersion>8.0.0-beta.25066.6</MicrosoftDotNetVersionToolsVersion>
1717
<MicrosoftNetTestSdkVersion>17.4.1</MicrosoftNetTestSdkVersion>
1818
<MicrosoftDotNetInternalLoggingVersion>1.1.0-beta.25053.1</MicrosoftDotNetInternalLoggingVersion>
1919
<MicrosoftAspNetCoreApiPaginationVersion>1.1.0-beta.25053.1</MicrosoftAspNetCoreApiPaginationVersion>

eng/common/sdk-task.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ try {
6464
$GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty
6565
}
6666
if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) {
67-
$GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.8.1-2" -MemberType NoteProperty
67+
$GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.12.0" -MemberType NoteProperty
6868
}
6969
if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") {
7070
$xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true

eng/common/tools.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements =
384384

385385
# If the version of msbuild is going to be xcopied,
386386
# use this version. Version matches a package here:
387-
# https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/RoslynTools.MSBuild/versions/17.8.1-2
388-
$defaultXCopyMSBuildVersion = '17.8.1-2'
387+
# https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/RoslynTools.MSBuild/versions/17.12.0
388+
$defaultXCopyMSBuildVersion = '17.12.0'
389389

390390
if (!$vsRequirements) {
391391
if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') {

0 commit comments

Comments
 (0)