Skip to content

Commit 8ad3f5b

Browse files
committed
Not a tooling issue for the resources failure. The DLLs required for netcore resources were being optimized away.
1 parent 015e056 commit 8ad3f5b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: required
22
language: csharp
33
mono: none
4-
dotnet: 2.1.2
4+
dotnet: 2.1.200
55
dist: trusty
66

77
env:

src/ResourceManager/Resources/AzureRM.Resources.Netcore.psd1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,13 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Authorization.dll',
5858
'.\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll',
5959
'.\Microsoft.Azure.Management.ResourceManager.dll',
60-
'.\Microsoft.Azure.Management.ManagementGroups.dll'
60+
'.\Microsoft.Azure.Management.ManagementGroups.dll',
61+
'.\Microsoft.Extensions.Caching.Abstractions.dll',
62+
'.\Microsoft.Extensions.Caching.Memory.dll',
63+
'.\Microsoft.Extensions.DependencyInjection.Abstractions.dll',
64+
'.\Microsoft.Extensions.DependencyModel.dll',
65+
'.\Microsoft.Extensions.Options.dll',
66+
'.\Microsoft.Extensions.Primitives.dll'
6167

6268
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6369
ScriptsToProcess = @()

0 commit comments

Comments
 (0)