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

Merge latest Library.Template #1209

Merged
merged 13 commits into from
Jun 13, 2024
Merged

Merge latest Library.Template #1209

merged 13 commits into from
Jun 13, 2024

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Jun 12, 2024

  • Fix empty optimization inputs drops
  • Use spaces for xml config files
  • Better logging on source code archival failure
  • Bump .NET SDK to 8.0.300
  • Merge test related dependency updates (Leverage new MemorySizeAttribute in metadata #271)
  • Enable ShallowClone for VSInsertion
  • Ensure Expand-Template uses UTF-8 when replacing placeholders.

AArnott and others added 13 commits May 15, 2024 15:13
Skipping optimization in OptProf runs is useful to keep the OptProf pipeline running when no optimization input drops exist (perhaps because they expired, or it's the first run of the optprof pipeline).
But skipping optimization breaks the optprof pipeline's LKG feature that reuses older data when a test failure occurs so that the new drop has at least *something* rather than being empty, which breaks the main build pipeline. Lately, empty optimization input drops have broken our pipelines several times.
* Bump xunit from 2.8.0 to 2.8.1

Bumps [xunit](https://github.com/xunit/xunit) from 2.8.0 to 2.8.1.
- [Commits](xunit/xunit@2.8.0...2.8.1)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.9.0 to 17.10.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.9.0...v17.10.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.8.0...2.8.1)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Enabling shallow cloning will make cloning the VS repo faster when
creating the PR.
Enable ShallowClone when performing insertion
Ensure Expand-Template uses UTF-8 when replacing placeholders.
@AArnott
Copy link
Member Author

AArnott commented Jun 12, 2024

/azp run

Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@AArnott
Copy link
Member Author

AArnott commented Jun 12, 2024

/azp run

1 similar comment
@AArnott
Copy link
Member Author

AArnott commented Jun 13, 2024

/azp run

Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@AArnott AArnott merged commit 8d12da3 into main Jun 13, 2024
2 checks passed
@AArnott AArnott deleted the libtemplateUpdate branch June 13, 2024 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants