Граф коммитов

14 Коммитов

Автор SHA1 Сообщение Дата
Jan Jones f89cf41c61
Update to macOS-14 (#11153) 2024-11-05 11:13:48 +01:00
Phil Allen cab5217c9f
Add policheck to official pipeline (#10938) 2024-09-30 09:52:42 -07:00
Jan Jones 5afe717503
Enable TSA (#10543)
* Enable TSA for BinSkim

* Add BinSkim to the list
2024-06-27 09:19:56 +00:00
Matt Mitchell b4404959b5
Remove support for internal runtime downloads (#10513)
There is no flow from runtime to this repo, and the SAS variables are going away.
2024-06-21 11:07:16 +02:00
Jan Jones 8a9b471ed5
Enable 1ES's SBOM generation (#10444) 2024-06-05 09:34:30 -07:00
Matt Mitchell 62c5f524fb
Call NuGetAuthenticate after SetupNuGetSources (#10423)
The new version of the powershell script will not place the creds in the nuget.config file, instead it will use standard environment variables. Update the YAML file to use NuGetAuthenticate to avoid a build break that may happen if the credential provider is not available.
2024-05-30 09:26:11 +02:00
Jan Jones 7ee5016ba9
Lower drop retention from 10 years to 3 months (#10288) 2024-04-23 09:52:30 +02:00
Jan Jones 5a99b587a7
Merge branch 'release/dev17.10' into main 2024-04-16 13:38:13 +02:00
dotnet bot bf7698527c
Merge release/dev17.9 to release/dev17.10 (#10257)
This is an automatically generated pull request from release/dev17.9
into release/dev17.10.


Once all conflicts are resolved and all the tests pass, you are free to
merge the pull request. 🐯

## Troubleshooting conflicts

### Identify authors of changes which introduced merge conflicts
Scroll to the bottom, then for each file containing conflicts copy its
path into the following searches:
- https://github.com/dotnet/razor/find/release/dev17.9
- https://github.com/dotnet/razor/find/release/dev17.10

Usually the most recent change to a file between the two branches is
considered to have introduced the conflicts, but sometimes it will be
necessary to look for the conflicting lines and check the blame in each
branch. Generally the author whose change introduced the conflicts
should pull down this PR, fix the conflicts locally, then push up a
commit resolving the conflicts.

### Resolve merge conflicts using your local repo
Sometimes merge conflicts may be present on GitHub but merging locally
will work without conflicts. This is due to differences between the
merge algorithm used in local git versus the one used by GitHub.
``` bash
git fetch --all
git checkout -t upstream/merges/release/dev17.9-to-release/dev17.10
git reset --hard upstream/release/dev17.10
git merge upstream/release/dev17.9
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.9-to-release/dev17.10 --force
```
2024-04-16 02:27:14 -07:00
Jan Jones f24af249cd
Replace deprecated CI images (#10256) 2024-04-16 10:32:08 +02:00
Jan Jones 2211229abf
Simplify pipelines (#10240) 2024-04-10 10:58:49 +02:00
Rich Lander 1c4e1135b0
Update EOL versions 2024-03-20 16:04:05 -07:00
Jan Jones 9f64a967de
[17.9] Add official pipeline using 1ES template (#10073) 2024-03-13 09:41:57 +01:00
Jan Jones f98b42182a
Add official pipeline using 1ES template (#10038)
* Add official pipeline using 1ES template

* Inline unnecessary variable
2024-03-12 09:16:48 +01:00