Skip to content

Commit 8507713

Browse files
Infra-Workleapgithub-actions[bot]meziantou
authored
chore(deps): update dependency meziantou.framework.fullpath to 1.0.18 (#93)
* chore(deps): update dependency meziantou.framework.fullpath to 1.0.18 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Gérald Barré <[email protected]>
1 parent 6119509 commit 8507713

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
main:
2525
# We need windows to use nuget
2626
runs-on: [self-hosted, idp]
27-
27+
environment: ci
2828
steps:
2929
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
3232

33-
- name: 'Azuze CLI login'
33+
- name: 'Azure CLI login'
3434
uses: azure/login@v2
3535
with:
3636
client-id: ${{ vars.AZURE_CLIENT_ID }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- name: 'Azuze CLI login'
26+
- name: 'Azure CLI login'
2727
uses: azure/login@v2
2828
with:
2929
client-id: ${{ vars.AZURE_CLIENT_ID }}

tools/ConfigurationFilesGenerator/ConfigurationFilesGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Meziantou.Framework.FullPath" Version="1.0.17" />
11+
<PackageReference Include="Meziantou.Framework.FullPath" Version="1.0.18" />
1212
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.4" />
1313
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.13.0" />
1414
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.13.0" />

0 commit comments

Comments
 (0)