Skip to content

Commit

Permalink
Update Linux AzDo to use ubuntu-latest (#6104)
Browse files Browse the repository at this point in the history
* Update Linux AzDo to use `ubuntu-latest`

* deleted unused CI file, updated main one, kicked off full build
  • Loading branch information
Aaronontheweb committed Sep 19, 2022
1 parent daa2b9b commit b0529e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
22 changes: 0 additions & 22 deletions build-system/linux-pr-validation.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions build-system/pr-validation.yaml
Expand Up @@ -37,7 +37,7 @@ jobs:
- job: DocsMarkdownLinting
displayName: "Docs: Markdown Linting"
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
steps:
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
clean: false # whether to fetch clean each time
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
parameters:
name: "net_core_tests_linux"
displayName: ".NET Core Unit Tests (Linux)"
vmImage: "ubuntu-18.04"
vmImage: "ubuntu-latest"
scriptFileName: "./build.sh"
scriptArgs: runTestsNetCore incremental
outputDirectory: "TestResults"
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
parameters:
name: "net_6_tests_linux"
displayName: ".NET 6 Unit Tests (Linux)"
vmImage: "ubuntu-18.04"
vmImage: "ubuntu-latest"
scriptFileName: "./build.sh"
scriptArgs: runTestsNet incremental
outputDirectory: "TestResults"
Expand Down Expand Up @@ -187,4 +187,4 @@ jobs:
scriptFileName: build.cmd
scriptArgs: CreateNuget nugetprerelease=dev incremental
outputDirectory: "bin/nuget"
artifactName: "nuget_pack-$(Build.BuildId)"
artifactName: "nuget_pack-$(Build.BuildId)"
2 changes: 1 addition & 1 deletion src/core/Akka/ActorState.cs
Expand Up @@ -430,7 +430,7 @@ public IActorState RemoveWatchedBy(IActorRef actor)
}

/// <summary>
/// TBD
/// Removes a terminated actor
/// </summary>
/// <param name="actor">TBD</param>
/// <returns>TBD</returns>
Expand Down

0 comments on commit b0529e9

Please sign in to comment.