Skip to content

Commit b0529e9

Browse files
Update Linux AzDo to use ubuntu-latest (#6104)
* Update Linux AzDo to use `ubuntu-latest` * deleted unused CI file, updated main one, kicked off full build
1 parent daa2b9b commit b0529e9

File tree

3 files changed

+5
-27
lines changed

3 files changed

+5
-27
lines changed

build-system/linux-pr-validation.yaml

-22
This file was deleted.

build-system/pr-validation.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- job: DocsMarkdownLinting
3838
displayName: "Docs: Markdown Linting"
3939
pool:
40-
vmImage: ubuntu-20.04
40+
vmImage: ubuntu-latest
4141
steps:
4242
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
4343
clean: false # whether to fetch clean each time
@@ -118,7 +118,7 @@ jobs:
118118
parameters:
119119
name: "net_core_tests_linux"
120120
displayName: ".NET Core Unit Tests (Linux)"
121-
vmImage: "ubuntu-18.04"
121+
vmImage: "ubuntu-latest"
122122
scriptFileName: "./build.sh"
123123
scriptArgs: runTestsNetCore incremental
124124
outputDirectory: "TestResults"
@@ -149,7 +149,7 @@ jobs:
149149
parameters:
150150
name: "net_6_tests_linux"
151151
displayName: ".NET 6 Unit Tests (Linux)"
152-
vmImage: "ubuntu-18.04"
152+
vmImage: "ubuntu-latest"
153153
scriptFileName: "./build.sh"
154154
scriptArgs: runTestsNet incremental
155155
outputDirectory: "TestResults"
@@ -187,4 +187,4 @@ jobs:
187187
scriptFileName: build.cmd
188188
scriptArgs: CreateNuget nugetprerelease=dev incremental
189189
outputDirectory: "bin/nuget"
190-
artifactName: "nuget_pack-$(Build.BuildId)"
190+
artifactName: "nuget_pack-$(Build.BuildId)"

src/core/Akka/ActorState.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public IActorState RemoveWatchedBy(IActorRef actor)
430430
}
431431

432432
/// <summary>
433-
/// TBD
433+
/// Removes a terminated actor
434434
/// </summary>
435435
/// <param name="actor">TBD</param>
436436
/// <returns>TBD</returns>

0 commit comments

Comments
 (0)