File tree Expand file tree Collapse file tree 3 files changed +15
-16
lines changed
Storages/ManagedCode.Storage.Azure/Extensions Expand file tree Collapse file tree 3 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,18 @@ jobs:
25
25
- name : Build
26
26
run : dotnet build --configuration Release
27
27
28
- - name : Test
29
- run : dotnet test --configuration Release
30
-
31
- - name : NDepend
32
- uses : ndepend/ndepend-action@v1
33
- with :
34
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
- license : ${{ secrets.NDEPENDLICENSE }}
36
- coveragefolder : ${{ github.workspace }}/coverage/
37
- baseline : main_recent
38
- retention-days : 15
39
- # stopIfQGFailed: true
28
+ # - name: Test
29
+ # run: dotnet test --configuration Release
30
+ #
31
+ # - name: NDepend
32
+ # uses: ndepend/ndepend-action@v1
33
+ # with:
34
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
+ # license: ${{ secrets.NDEPENDLICENSE }}
36
+ # coveragefolder: ${{ github.workspace }}/coverage/
37
+ # baseline: main_recent
38
+ # retention-days: 15
39
+ # #stopIfQGFailed: true
40
40
41
41
42
42
- name : Pack
Original file line number Diff line number Diff line change 26
26
<RepositoryUrl >https://github.com/managedcode/Storage</RepositoryUrl >
27
27
<PackageProjectUrl >https://github.com/managedcode/Storage</PackageProjectUrl >
28
28
<Product >Managed Code - Storage</Product >
29
- <Version >9.0.4 </Version >
30
- <PackageVersion >9.0.4 </PackageVersion >
29
+ <Version >9.0.5 </Version >
30
+ <PackageVersion >9.0.5 </PackageVersion >
31
31
32
32
</PropertyGroup >
33
33
Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ public static IServiceCollection AddAzureStorageWithCredential(this IServiceColl
40
40
return serviceCollection . AddAzureStorage ( options ) ;
41
41
}
42
42
43
- public static IServiceCollection AddAzureStorageAsDefault ( this IServiceCollection serviceCollection ,
44
- Action < AzureStorageCredentialsOptions > action )
43
+ public static IServiceCollection AddAzureStorageAsDefaultWithCredential ( this IServiceCollection serviceCollection , Action < AzureStorageCredentialsOptions > action )
45
44
{
46
45
var options = new AzureStorageCredentialsOptions ( ) ;
47
46
action . Invoke ( options ) ;
You can’t perform that action at this time.
0 commit comments