Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automated] Merge branch 'vs17.12' => 'vs17.13' #11203

Open
wants to merge 28 commits into
base: vs17.13
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
559bfd3
Localized file check-in by OneLocBuild Task: Build definition ID 9434…
dotnet-bot Aug 23, 2024
bcaf466
[17.11] Fix component governance alerts (#10520)
MichalPavlik Sep 6, 2024
829da3b
Assembly redirect fix (#10624)
MichalPavlik Sep 9, 2024
9021c54
[vs17.11] Update dependencies from dotnet/arcade (#10654)
dotnet-maestro[bot] Sep 11, 2024
a69bbaa
Upgrade system.text.json to 8.0.4 (#10650)
maridematte Sep 12, 2024
3618188
disable loc (#10693)
maridematte Sep 25, 2024
b97fc8e
[vs17.11] Update dependencies from dotnet/arcade (#10691)
dotnet-maestro[bot] Oct 3, 2024
5f06904
[vs17.11] Update dependencies from dotnet/arcade (#10793)
dotnet-maestro[bot] Oct 14, 2024
00ee828
CG alert cleaning on VS17.11 (#10723)
GangWang01 Oct 15, 2024
4dc10ed
[vs17.11] Update dependencies from dotnet/arcade (#10832)
dotnet-maestro[bot] Oct 22, 2024
271998a
[vs17.11] Update dependencies from dotnet/arcade (#10895)
dotnet-maestro[bot] Oct 29, 2024
fde12b7
[vs17.11] Update dependencies from dotnet/arcade (#10990)
dotnet-maestro[bot] Nov 20, 2024
34ca971
Update dependencies from https://github.com/dotnet/arcade build 20241…
dotnet-maestro[bot] Nov 25, 2024
881971c
Update VersionPrefix to 17.11.17
GangWang01 Nov 26, 2024
e4428c2
[vs17.11] Update dependencies from dotnet/arcade (#11033)
surayya-MS Nov 28, 2024
9da57dd
[vs17.11] Run tests even if version is not bumped (#11060)
github-actions[bot] Dec 3, 2024
e4f5b93
[vs17.11] Backport VS insertion pipeline YMLs (#11064)
github-actions[bot] Dec 3, 2024
1a4d14a
[vs17.12] Update dependencies from dotnet/arcade (#11034)
dotnet-maestro[bot] Dec 10, 2024
afd5396
[vs17.12] Disable 17.12 localization (#11132)
JanKrivanek Dec 17, 2024
f7f4b08
[vs17.12] Bump VS and xcopy-msbuild version to 17.12.0 (#11155)
github-actions[bot] Dec 18, 2024
eb37b2e
[automated] Merge branch 'vs17.10' => 'vs17.11' (#11137)
github-actions[bot] Dec 19, 2024
324a836
Merge branch 'vs17.12' into merge/vs17.11-to-vs17.12
GangWang01 Jan 3, 2025
e3fb21f
Eliminate the unnecessary change from vs17.11
GangWang01 Jan 3, 2025
7814a9e
Bump up version prefix to 17.12.22
GangWang01 Jan 3, 2025
10ad3ab
Remove conditional reference to System.Text.Json
GangWang01 Jan 6, 2025
1c985b1
[automated] Merge branch 'vs17.11' => 'vs17.12' (#11204)
GangWang01 Jan 6, 2025
868983a
Merge branch 'vs17.13' into merge/vs17.12-to-vs17.13
GangWang01 Jan 6, 2025
ce83d1e
Bump up version prefix to 17.13.3
GangWang01 Jan 6, 2025
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
50 changes: 50 additions & 0 deletions .vsts-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ trigger:
- exp/*
- vs*

variables:
- ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}:
- group: AzureDevOps-Artifact-Feeds-Pats
- name: cfsNugetWarnLevel
value: warn
- name: nugetMultiFeedWarnLevel
value: none
- name: NugetSecurityAnalysisWarningLevel
value: none

jobs:
- job: CheckVersionBumpOnReleaseBranches
displayName: "Check Version Bump On Release Branches"
Expand Down Expand Up @@ -65,6 +75,14 @@ jobs:
pool:
vmImage: 'windows-2022'
steps:
- ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}:
- task: PowerShell@2
displayName: Setup Private Feeds Credentials
inputs:
filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1
arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
env:
Token: $(dn-bot-dnceng-artifact-feeds-rw)
- task: BatchScript@1
displayName: cibuild_bootstrapped_msbuild.cmd
inputs:
Expand Down Expand Up @@ -136,6 +154,14 @@ jobs:
pool:
vmImage: 'windows-2022'
steps:
- ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}:
- task: PowerShell@2
displayName: Setup Private Feeds Credentials
inputs:
filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1
arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
env:
Token: $(dn-bot-dnceng-artifact-feeds-rw)
- task: BatchScript@1
displayName: cibuild_bootstrapped_msbuild.cmd
inputs:
Expand Down Expand Up @@ -191,6 +217,14 @@ jobs:
name: VSEngSS-MicroBuild2022-1ES
demands: agent.os -equals Windows_NT
steps:
- ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}:
- task: PowerShell@2
displayName: Setup Private Feeds Credentials
inputs:
filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1
arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
env:
Token: $(dn-bot-dnceng-artifact-feeds-rw)
- task: BatchScript@1
displayName: cibuild.cmd
inputs:
Expand Down Expand Up @@ -265,6 +299,14 @@ jobs:
pool:
vmImage: 'ubuntu-latest'
steps:
- ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}:
- task: Bash@3
displayName: Setup Private Feeds Credentials
inputs:
filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh
arguments: $(Build.SourcesDirectory)/NuGet.config $Token
env:
Token: $(dn-bot-dnceng-artifact-feeds-rw)
- bash: . 'eng/cibuild_bootstrapped_msbuild.sh' --onlyDocChanged $(onlyDocChanged)
displayName: CI Build
- task: PublishTestResults@2
Expand Down Expand Up @@ -322,6 +364,14 @@ jobs:
pool:
vmImage: 'macOS-latest'
steps:
- ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}:
- task: Bash@3
displayName: Setup Private Feeds Credentials
inputs:
filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh
arguments: $(Build.SourcesDirectory)/NuGet.config $Token
env:
Token: $(dn-bot-dnceng-artifact-feeds-rw)
- bash: . 'eng/cibuild_bootstrapped_msbuild.sh' --onlyDocChanged $(onlyDocChanged)
displayName: CI Build
- task: PublishTestResults@2
Expand Down
15 changes: 15 additions & 0 deletions .vsts-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ variables:
value: true # Enable loc for vs17.13
- name: Codeql.Enabled
value: true
- group: AzureDevOps-Artifact-Feeds-Pats
- name: cfsNugetWarnLevel
value: warn
- name: nugetMultiFeedWarnLevel
value: none
- name: NugetSecurityAnalysisWarningLevel
value: none

resources:
repositories:
Expand Down Expand Up @@ -120,6 +127,14 @@ extends:
- task: NuGetToolInstaller@1
displayName: 'Install NuGet.exe'

- task: PowerShell@2
displayName: Setup Private Feeds Credentials
inputs:
filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1
arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
env:
Token: $(dn-bot-dnceng-artifact-feeds-rw)

- task: NuGetCommand@2
displayName: Restore internal tools
inputs:
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
<Project>
<PropertyGroup>
<VersionPrefix>17.13.2</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
<VersionPrefix>17.13.3</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
<PackageValidationBaselineVersion>17.12.6</PackageValidationBaselineVersion>
<AssemblyVersion>15.1.0.0</AssemblyVersion>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
Expand Down
2 changes: 1 addition & 1 deletion eng/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function Set-OptProfVariables() {

function Check-EditedFiles() {
# Log VSTS errors for changed lines
git --no-pager diff HEAD --unified=0 --no-color --exit-code | ForEach-Object { "##vso[task.logissue type=error] $_" }
git --no-pager diff HEAD --unified=0 --no-color --exit-code -- src/ | ForEach-Object { "##vso[task.logissue type=error] $_" }
if ($LASTEXITCODE -ne 0) {
throw "##vso[task.logissue type=error] After building, there are changed files. Please build locally and include these changes in your pull request."
}
Expand Down
Loading