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

927 Коммитов

Автор SHA1 Сообщение Дата
josesimoes a9877465a2 [Pipeline templates] Update Sonarcloud tasks version 2024-11-06 15:38:59 +00:00
josesimoes 267118a98d [Pipeline templates] Add fetch depth to checkout
- This is required for new repositories which have the shallow fetch enable by default on AZDO.
2024-11-06 15:15:28 +00:00
Laurent Ellerbach 4121447ebe
[Pipeline templates] Adding support for Windows based hardware test template (#83) 2024-10-18 13:39:56 +01:00
Laurent Ellerbach 3719d32919
[Pipeline templates] Add template for device hardware test (#81) 2024-10-11 12:14:55 +01:00
josesimoes 6d9b6cc5f5 [Pipeline templates] Swapped order of issues to create github release notes
- This allows PRs that are improvements and bug fixes to be listed as improvements.

***NO_CI***
[no_ci]
2024-10-09 16:30:45 +01:00
dependabot[bot] f56d60598b
Bump System.Text.Json from 8.0.4 to 8.0.5 in /github-nfbot/GitHub-nfbot in the nuget group across 1 directory (#82) 2024-10-08 23:13:44 +00:00
José Simões 7de61a6a01
Work CI-CD
- Update action so it builds on PRs working on nfbot code.

***NO_CI***
[no_ci]
2024-10-09 00:04:44 +01:00
josesimoes cef0faf3b3 [Pipeline templates] Expose option to skip SonarCloud analysis 2024-09-06 07:54:15 +01:00
josesimoes 334e064a3c [github-nfbot] Improve auto-fix for PR checklists 2024-08-07 17:26:16 +01:00
josesimoes b60376f3cb [Pipeline templates] Remove task to install nanoclr
- Installing nanoclr is part of the unit test runner so this is unnecessary.
2024-08-01 12:17:08 +01:00
josesimoes 296409a2c7 Work CI-CD
- Remove file list param from sign service call.
- Delete config folder as its not needed anymore.

***NO_CI***
2024-08-01 12:11:17 +01:00
josesimoes 9f26f12b12 [Pipeline templates] Remove file list param from sign service
- Not required anymore.
2024-08-01 12:09:59 +01:00
josesimoes 5ffcb892a5 [Pipeline templates] Remove forced install of System.Runtime.CompilerServices.Unsafe
- Doesn't seem to be required anymore. All unit tests are running just fine.
2024-07-24 15:28:50 +01:00
josesimoes bbc20a00f0 [github-nfbot] Update dependencies 2024-07-19 11:42:48 +01:00
josesimoes f326c77c4a [github-nfbot] Improve PR thank you message 2024-07-19 11:37:00 +01:00
josesimoes 0ced085087 [Pipeline templates] Rework changelog generation
- Changelog is now generated in github releases.
- Remove tasks that where using changelog tool.
- Add new AZDO template to generate github release.
2024-07-10 02:44:23 +01:00
josesimoes 3b224298a9 [Pipeline templates] Remove install of specific nuget version
- Reverts workaround added with 6fe88a7a12. Nuget CLI issue fixed.
2024-07-10 02:14:25 +01:00
Cory Charlton 9f0f6563b4
Remove the Private element from Reference (#79) 2024-06-28 23:53:13 +00:00
josesimoes 7ed224e86e [AZDO tasks] Update references of install msbuild components tasks
***NO_CI***
[no_ci]
2024-06-18 13:43:31 +01:00
josesimoes 25f9048080 [github actions template] Remove nuget version from templates
- No need to specify version anymore.

***NO_CI***
[no_ci]
2024-06-18 13:14:38 +01:00
Ghislain1 7bb3981021
[Profiler] Fixed Name violation for Models class (#72)
***NO_CI***
[no ci]
2024-06-12 19:53:48 +01:00
josesimoes e251e71c8a [Pipeline templates] Update Sonarcloud tasks 2024-06-12 16:04:55 +01:00
josesimoes 670e3169fb Remove unused files
***NO_CI***
[no ci]
2024-06-12 15:19:59 +01:00
josesimoes 9d11365472 [github actions template] Minor fixes in keep repo alive template 2024-06-12 15:08:09 +01:00
josesimoes 8cee350347 [github actions template] Add workflow to move main version tag 2024-06-12 14:39:30 +01:00
josesimoes e445a3d420 [Pipeline templates] Change conditions so NuGet artifacts are published on PR builds 2024-06-12 14:10:45 +01:00
Robin Jones 8356eaaad5
[Pipeline templates] Update Sonarcloud tasks (#78) 2024-06-12 14:01:21 +01:00
josesimoes 8e3e4d16d3 [github-nfbot] Fix sending feedback to comments with commands
- New ocktokit API is more picky with the parameters.
2024-06-12 12:57:53 +01:00
josesimoes 2f46553a5b [github-nfbot] Update dependencies 2024-06-12 12:57:16 +01:00
José Simões 81c3b8dee4
Work CI-CD
- Create dependabot.yml

[no ci]
2024-06-08 09:53:57 +01:00
josesimoes b02adc30b2 [Pipeline templates] Remove auth header to perform file checks
- No need for auth access to commit and this is preventing AZDO from running PRs originated from forks.
2024-05-14 10:19:35 +01:00
josesimoes 27c104b231 [Pipeline templates] Fix bad expression 2024-05-14 10:13:51 +01:00
josesimoes 9ac0c55e35 [Pipeline templates] Remove auth header to grab commit details
- No need for auth access to commit and this is preventing AZDO from running PRs originated from forks.
2024-05-14 10:09:50 +01:00
josesimoes 0ae5932a44 [Pipeline templates] Improve conditions for steps in PRs
- Add new condition to prevent steps from running when manually triggered in PR.
2024-05-14 09:58:40 +01:00
josesimoes 2a05af09fd [github-nfbot] Fix comment request project to reproduce issue 2024-04-16 15:20:27 +01:00
josesimoes b59706e8c0 [nanovc] Fix recurring dependency check
- Enable back the setting of nuget feed.
- Search on nuget feed is now performed on recurring search. This is required for 3rd party nugets such as UnitsNet, which aren't published in our internal Azure feed).
2024-04-15 11:23:58 +01:00
josesimoes f9c353d8dd [nanovc] Update dependencies
- Nerdbank.GitVersioning v3.6.133
- NuGet.Packaging v6.9.1
- NuGet.Resolver v6.9.1
2024-04-15 10:53:53 +01:00
josesimoes 184b0bb7b7 [nanodu] Update dependencies 2024-04-15 10:50:42 +01:00
josesimoes 0053c5d55a [github-nfbot] Update references 2024-04-08 22:54:35 +01:00
josesimoes ab3d9ff1d3 [nanodu] Fix parsing NuGet CLI for Units.Net version
- On error, warning or other spurious messages the existing code was failing. Replacing with a RegEx took care of that.
2024-03-06 13:29:24 +00:00
josesimoes e2bda420f6 Work CI-CD
- Update variable declaration to use group for code signing.

***NO_CI***
2024-03-04 16:18:35 +00:00
josesimoes df08a968dc [nanodu] Update tool to target .NET 8.0 2024-03-04 16:06:36 +00:00
josesimoes a79e377251 [nanodu] Update dependencies 2024-03-04 16:06:06 +00:00
josesimoes 359af6e285 [nanodu] Fix project search which is now case insensitive 2024-03-04 16:03:37 +00:00
Robin Jones c78a5dc0d8
Update nuget action (#77) 2024-02-22 09:49:59 +00:00
dependabot[bot] 86c8727fd2
Bump NuGet.CommandLine from 6.3.3 to 6.3.4 in /tools/DependencyUpdater (#76) 2024-02-14 10:17:02 +00:00
dependabot[bot] 8da1d43a5b
Bump NuGet.Packaging from 6.4.0 to 6.4.3 in /tools/DependencyUpdater (#75) 2024-02-14 10:11:02 +00:00
dependabot[bot] 7a744e1000
Bump NuGet.Packaging from 6.3.0 to 6.3.4 in /tools/VersionCop (#74) 2024-02-14 10:04:50 +00:00
Robin Jones 896cb16149
Update Github Actions (#73)
***NO_CI***
2024-01-22 14:03:47 +00:00
José Simões 01fd11151c
[github actions template] Add user config in repo 2024-01-03 10:46:33 +00:00