Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Linux AzDo to use ubuntu-latest #6104

Merged
merged 2 commits into from
Sep 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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