Compare commits

..

1 Commits

Author SHA1 Message Date
JoannaaKL
3abc186ede Update TaskAgentHttpClientBase.cs 2023-02-16 16:11:37 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ jobs:
context: ./images
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.image.outputs.version }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
build-args: |
RUNNER_VERSION=${{ steps.image.outputs.version }}
push: true

View File

@@ -116,7 +116,7 @@ namespace GitHub.DistributedTask.WebApi
return;
}
}
////dfxgsdzf
/// <summary>
/// [Preview API] Get information about an agent.
/// </summary>