Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Bump files with dotnet-file sync #150

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Bump files with dotnet-file sync #150

wants to merge 1 commit into from

Conversation

kzu
Copy link
Member

@kzu kzu commented May 18, 2021

devlooped/oss

clarius/pages

@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from a677422 to 1012955 Compare May 27, 2021 01:06
@kzu kzu force-pushed the dotnet-file-sync branch 3 times, most recently from d169478 to f17bf4f Compare July 27, 2021 00:44
@kzu kzu force-pushed the dotnet-file-sync branch 3 times, most recently from 136542d to 209e633 Compare August 30, 2021 00:41
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 004d7db to 99b7ab2 Compare September 15, 2021 00:43
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from c1df8cf to 051addc Compare September 25, 2021 00:43
@kzu kzu force-pushed the dotnet-file-sync branch 3 times, most recently from 849d29a to 09273ce Compare October 20, 2021 00:48
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from b959252 to 66da8bd Compare November 3, 2021 00:44
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from db76f1d to 1baa48d Compare November 13, 2021 00:43
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from c2163d1 to eade247 Compare January 27, 2022 00:49
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 3 times, most recently from adaccae to bb70ccf Compare September 24, 2022 00:22
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 3 times, most recently from d4a144e to 2d5ead6 Compare October 21, 2022 00:26
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from 15d1af1 to 0b1864a Compare October 29, 2022 00:18
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 4 times, most recently from df3d98a to 59be738 Compare November 18, 2022 05:29
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from d1a20f3 to 3b1476c Compare February 22, 2023 00:17
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 3 times, most recently from c0d4cd9 to cc7d886 Compare March 22, 2023 00:17
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from 7d9f96d to 7d189f7 Compare April 6, 2023 00:16
# devlooped/oss

- Add techdebt label to excludes from release config devlooped/oss@1afd173
- Ignore docs merges too devlooped/oss@055a8b7
- Add attribution to upstream and note on regex devlooped/oss@c161088
- Fix action repo name devlooped/oss@ac753b7
- Don't fail sponsors tagging, since it's optional devlooped/oss@8990ebb
- Fix initial test run without filter devlooped/oss@9a1b075
- Don't collect logs anymore devlooped/oss@6bd81a3
- Fix mapping sources devlooped/oss@b2fa09b
- Don't run build when changing docs devlooped/oss@db76fb9
- 🔨 Populate RepositoryBranch in CI w/MSBuild devlooped/oss@55c0b32
- Don't fail the build if sleet finds no packages to push devlooped/oss@6928fc7
- Allow manually running builds devlooped/oss@fc5889d
- Automatically retry failed tests up to 5 times devlooped/oss@8bc16a7
- Ensure GNU grep is used on macOS devlooped/oss@964caa3
- Reuse test with retries definition by using a composite action devlooped/oss@3b9f317
- Now that .NET6 is LTS, ensure it's installed devlooped/oss@7ebebbd
- Switch to windows-latest agent which is now .NET6 devlooped/oss@445239b
- Ignore nuget-provided files for formatting devlooped/oss@bbf637b
- Ignore changes to readme.md as build trigger devlooped/oss@e19ed32
- Move format check for last devlooped/oss@7db501b
- Make build matrix configurable per-repo devlooped/oss@391da5e
- Rename matrix lookup job and steps devlooped/oss@cf8e339
- Switch to newer syntax for output variables devlooped/oss@9dc1ae2
- Automatically build from dev/* branches too devlooped/oss@6d3dd85
- Drop net6 forced install, it's built-in all agents now devlooped/oss@34c1bf6
- Drop net6 setup on prior to dotnet format devlooped/oss@4b31891
- Remove limitation on matrix os for sleet publishing devlooped/oss@7e3288c
- Use a better CI version number devlooped/oss@1ec6385
- Don't run analyzers/codefixers in format devlooped/oss@543f7da
- Parallelize format to speed up build devlooped/oss@13d67e2
- Ignore xUnit1013 so records can be used as test classes devlooped/oss@369cd2b
- Add specific skip rules for tests devlooped/oss@448cf45
- Ignore TestResults folders devlooped/oss@a9f9d3f
- Update .editorconfig devlooped/oss@2981836
- Ignore test analyzer rules recursively. devlooped/oss@fd5b554
- Ignore azurite files devlooped/oss@829faad
- Ignore primary ctor parameter in tests, usually used for testoutput helper devlooped/oss@c779d3d
- Add azurite hidden folders too devlooped/oss@978c71c
- Ignore *.log files devlooped/oss@c78868e
- Update .gitignore with JetBrains private folder devlooped/oss@9dff0bd
- Ignore app root folder too devlooped/oss@b87a8a7
- Use full name as Author, since Owner is already kzu devlooped/oss@0fc6e0e
- Only include/pack icon.png if it exists in the default location devlooped/oss@ae442c0
- Preserve transitively copied content in VS devlooped/oss@52d6c40
- Generate API documentation for non-tests projects by default devlooped/oss@32213f2
- Add nuget.org as first restore source, for convenience devlooped/oss@3f294a1
- Automatically set/include icon.png and readme.md devlooped/oss@e260665
- Global tools should run on whatever latest runtime is installed. devlooped/oss@b65c8f1
- Ensure MSBuild tooling can access package artifacts always via PKG_[PackageId] devlooped/oss@cc6922f
- Add CI as a project property devlooped/oss@2fea462
- Switch to old nuget.config for package sources devlooped/oss@c6f74ce
- Enable C# compiler strict mode by default devlooped/oss@ef8e7fa
- Since dependabot doesn't consume API requests, do it more frequently devlooped/oss@4f070a4
- Only override VersionPrefix if it has no value devlooped/oss@28a27ba
- Allow extending build with local-only files devlooped/oss@6ae80a1
- If PackAsTool=true, default IsPackable=true, for obvious reasons devlooped/oss@fde1f6f
- If PackFolder is specified, assume IsPackable=true devlooped/oss@b0249cf
- Make src-level readme visible for easier editing devlooped/oss@bfe0f2a
- Add RepositoryBranch as a ThisAssembly.Project property devlooped/oss@83d7378
- Add RepositoryRoot property from source control information devlooped/oss@f9763d3
- Add RepositoryUrl as project property, if available devlooped/oss@4f57ffe
- Remove DumpItems task. Easily replaceable with MSBuild.DumpItems devlooped/oss@024f733
- Remove the source link in the package description devlooped/oss@b9fb0a7
- Fix incremental build issue with package files and doc file devlooped/oss@96b6773
- When using EnableRexCodeGenerator, this should Just Work devlooped/oss@c7235d7
- Enable VSCode/Razor compat when using resxcode generator devlooped/oss@1514d15

# clarius/pages
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants