Skip to content

Commit

Permalink
Merge branch 'main' into feature/uno5
Browse files Browse the repository at this point in the history
  • Loading branch information
carlh98 authored Jan 9, 2024
2 parents fec64a8 + 8bb577e commit b2f0ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines-api-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schedules:
- cron: "00 05 * * Mon-Sun" # Format is "Minutes Hours DayOfMonth Month DayOfWeek" in UTC (that's why 05 is 1h EST)
- cron: "00 05 * * *" # Format is "Minutes Hours DayOfMonth Month DayOfWeek" in UTC (that's why 05 is 1h EST)
displayName: 'Nightly weekdays build - 1:00 EST'
always: true # Start a new run even if the code didn't change (because packages might have changed).
branches:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Prefix your items with `(Template)` if the change is about the template and not
- Added hooks for default analytics (page views and command invocations).
- Renamed the `AnalyticsDataLoaderStrategy` to `MonitoringDataLoaderStrategy`. (The same renaming was applied to related methods and classes).
- Remove all triggers on the API Integration tests CI.
- Ensures API Integration tests CI runs every day of the week.

## 2.1.X
- Install `GooseAnalyzers` to enable the `SA1600` rule with its scope limited to interfaces and improve xml documentation.
Expand Down

0 comments on commit b2f0ccc

Please sign in to comment.