Skip to content

Commit 3f6b898

Browse files
authored
Add .NET Monitor 8 to version update pipeline (#4243)
1 parent ec75e8b commit 3f6b898

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/pipelines/update-dependencies-monitor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ stages:
2424
Update7:
2525
MajorMinorVersion: 7.$(monitor7MinorVersion)
2626
ChannelQuality: $(monitor7Quality)
27+
Update8:
28+
MajorMinorVersion: 8.$(monitor8MinorVersion)
29+
ChannelQuality: $(monitor8Quality)
2730
steps:
2831
- pwsh: $(engPath)/Get-MonitorDropVersions.ps1 -Channel $(MajorMinorVersion)/$(ChannelQuality)
2932
displayName: Get Versions

0 commit comments

Comments
 (0)