Skip to content

Commit

Permalink
chore: update Azure dependencies
Browse files Browse the repository at this point in the history
- Update the version of `Azure.Identity` from `1.11.3` to `1.11.4` in `LivestreamRecorderService.csproj`
- Change `containerRegistry` from `Github Container Registry_Recorder-moe` to `GitHub Container Registry_Recorder-moe` in `azure-pipelines.yml`

Signed-off-by: 陳鈞 <jim60105@gmail.com>
  • Loading branch information
jim60105 committed Jun 16, 2024
1 parent 9b444c8 commit d623457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LivestreamRecorderService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<None Remove="LivestreamRecorder.DB\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Azure.ResourceManager" Version="1.12.0" />
<PackageReference Include="Azure.ResourceManager.ContainerInstance" Version="1.2.1" />
<PackageReference Include="Azure.ResourceManager.Resources" Version="1.7.3" />
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables:
steps:
- task: Docker@2
inputs:
containerRegistry: 'Github Container Registry_Recorder-moe'
containerRegistry: 'GitHub Container Registry_Recorder-moe'
repository : 'Recorder-moe/LivestreamRecorderService'
command: 'buildAndPush'
tags: "latest"
Expand Down

0 comments on commit d623457

Please sign in to comment.