File tree 3 files changed +4
-4
lines changed
tools/ConfigurationFilesGenerator
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
24
24
main :
25
25
# We need windows to use nuget
26
26
runs-on : [self-hosted, idp]
27
-
27
+ environment : ci
28
28
steps :
29
29
- uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0
32
32
33
- - name : ' Azuze CLI login'
33
+ - name : ' Azure CLI login'
34
34
uses : azure/login@v2
35
35
with :
36
36
client-id : ${{ vars.AZURE_CLIENT_ID }}
Original file line number Diff line number Diff line change 23
23
with :
24
24
fetch-depth : 0
25
25
26
- - name : ' Azuze CLI login'
26
+ - name : ' Azure CLI login'
27
27
uses : azure/login@v2
28
28
with :
29
29
client-id : ${{ vars.AZURE_CLIENT_ID }}
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Meziantou.Framework.FullPath" Version =" 1.0.17 " />
11
+ <PackageReference Include =" Meziantou.Framework.FullPath" Version =" 1.0.18 " />
12
12
<PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9.0.4" />
13
13
<PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.13.0" />
14
14
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.13.0" />
You can’t perform that action at this time.
0 commit comments