Skip to content

Commit 73f3373

Browse files
author
Hovsep Mkrtchyan
committed
packaging fox for beta 3
1 parent 75b53e9 commit 73f3373

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
<ItemGroup>
234234
<PackageContent Include="$(PackageDirectory)\**\netcoreapp2.0\publish\*.*" />
235235
<SourceFile Include="@(PackageContent)">
236-
<DestinationFolder>$([System.IO.Path]::Combine('%(RelativeDir)', '..', '%(FileName)%(Extension)'))</DestinationFolder>
236+
<DestinationFolder>$([System.IO.Path]::Combine('%(RelativeDir)', '..', '..', '%(FileName)%(Extension)'))</DestinationFolder>
237237
</SourceFile>
238238
</ItemGroup>
239239

src/ResourceManager/Compute/AzureRM.Compute.Netcore.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0
6060
# ScriptsToProcess = @()
6161

6262
# Type files (.ps1xml) to be loaded when importing this module
63-
TypesToProcess = 'netcoreapp2.0\Microsoft.Azure.Commands.Compute.Types.ps1xml'
63+
TypesToProcess = 'Microsoft.Azure.Commands.Compute.Types.ps1xml'
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
66-
FormatsToProcess = 'netcoreapp2.0\Microsoft.Azure.Commands.Compute.format.ps1xml',
67-
'netcoreapp2.0\Microsoft.Azure.Commands.Compute.format.generated.ps1xml',
68-
'netcoreapp2.0\Generated\Microsoft.Azure.Commands.Compute.Automation.format.generated.ps1xml'
66+
FormatsToProcess = 'Microsoft.Azure.Commands.Compute.format.ps1xml',
67+
'Microsoft.Azure.Commands.Compute.format.generated.ps1xml',
68+
'Generated\Microsoft.Azure.Commands.Compute.Automation.format.generated.ps1xml'
6969

7070
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
71-
NestedModules = @('netcoreapp2.0\Microsoft.Azure.Commands.Compute.dll')
71+
NestedModules = @('Microsoft.Azure.Commands.Compute.dll')
7272

7373
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
7474
FunctionsToExport = @()

src/ResourceManager/Network/AzureRM.Network.Netcore.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0
5757
# RequiredAssemblies = @()
5858

5959
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
ScriptsToProcess = @('netcoreapp2.0\AzureRmNetworkStartup.ps1')
60+
ScriptsToProcess = @('AzureRmNetworkStartup.ps1')
6161

6262
# Type files (.ps1xml) to be loaded when importing this module
6363
# TypesToProcess = @()
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
66-
FormatsToProcess = 'netcoreapp2.0\Microsoft.Azure.Commands.Network.format.ps1xml'
66+
FormatsToProcess = 'Microsoft.Azure.Commands.Network.format.ps1xml'
6767

6868
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69-
NestedModules = @('netcoreapp2.0\Microsoft.Azure.Commands.Network.dll')
69+
NestedModules = @('Microsoft.Azure.Commands.Network.dll')
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
7272
FunctionsToExport = @()

src/ResourceManager/Profile/AzureRM.Profile.Netcore.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ PowerShellVersion = '5.1'
5757
# RequiredAssemblies = @()
5858

5959
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
# ScriptsToProcess = @('.\netcoreapp2.0\AzureRmProfileStartup.ps1')
60+
# ScriptsToProcess = @('.\AzureRmProfileStartup.ps1')
6161

6262
# Type files (.ps1xml) to be loaded when importing this module
6363
# TypesToProcess = @()
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
66-
FormatsToProcess = 'netcoreapp2.0\Microsoft.Azure.Commands.Profile.format.ps1xml'
66+
FormatsToProcess = 'Microsoft.Azure.Commands.Profile.format.ps1xml'
6767

6868
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69-
NestedModules = @('netcoreapp2.0\Microsoft.Azure.Commands.Profile.dll')
69+
NestedModules = @('Microsoft.Azure.Commands.Profile.dll')
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
7272
FunctionsToExport = @()

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0
5757
# RequiredAssemblies = @()
5858

5959
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
ScriptsToProcess = @('netcoreapp2.0\ResourceManagerStartup.ps1')
60+
ScriptsToProcess = @('ResourceManagerStartup.ps1')
6161

6262
# Type files (.ps1xml) to be loaded when importing this module
63-
TypesToProcess = 'netcoreapp2.0\Microsoft.Azure.Commands.ResourceManager.Cmdlets.Types.ps1xml'
63+
TypesToProcess = 'Microsoft.Azure.Commands.ResourceManager.Cmdlets.Types.ps1xml'
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
66-
FormatsToProcess = 'netcoreapp2.0\Microsoft.Azure.Commands.Resources.format.ps1xml',
67-
'netcoreapp2.0\Microsoft.Azure.Commands.ResourceManager.Cmdlets.format.ps1xml'
66+
FormatsToProcess = 'Microsoft.Azure.Commands.Resources.format.ps1xml',
67+
'Microsoft.Azure.Commands.ResourceManager.Cmdlets.format.ps1xml'
6868

6969
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
70-
NestedModules = @('netcoreapp2.0\Microsoft.Azure.Commands.Resources.dll',
71-
'netcoreapp2.0\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll')
70+
NestedModules = @('Microsoft.Azure.Commands.Resources.dll',
71+
'Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll')
7272

7373
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
7474
FunctionsToExport = @()

src/ResourceManager/Storage/AzureRM.Storage.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0
6363
# TypesToProcess = @()
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
66-
FormatsToProcess = 'netcoreapp2.0\Microsoft.Azure.Commands.Management.Storage.format.ps1xml'
66+
FormatsToProcess = 'Microsoft.Azure.Commands.Management.Storage.format.ps1xml'
6767

6868
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69-
NestedModules = @('netcoreapp2.0\Microsoft.Azure.Commands.Management.Storage.dll')
69+
NestedModules = @('Microsoft.Azure.Commands.Management.Storage.dll')
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
7272
FunctionsToExport = @()

src/ResourceManager/Tags/AzureRM.Tags.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0
6363
# TypesToProcess = @()
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
66-
FormatsToProcess = 'netcoreapp2.0\Microsoft.Azure.Commands.Tags.format.ps1xml'
66+
FormatsToProcess = 'Microsoft.Azure.Commands.Tags.format.ps1xml'
6767

6868
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69-
NestedModules = @('netcoreapp2.0\Microsoft.Azure.Commands.Tags.dll')
69+
NestedModules = @('Microsoft.Azure.Commands.Tags.dll')
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
7272
FunctionsToExport = @()

src/ResourceManager/Websites/AzureRM.Websites.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0
5757
# RequiredAssemblies = @()
5858

5959
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
ScriptsToProcess = @('netcoreapp2.0\WebsitesStartup.ps1')
60+
ScriptsToProcess = @('WebsitesStartup.ps1')
6161

6262
# Type files (.ps1xml) to be loaded when importing this module
6363
# TypesToProcess = @()
@@ -66,7 +66,7 @@ ScriptsToProcess = @('netcoreapp2.0\WebsitesStartup.ps1')
6666
# FormatsToProcess = @()
6767

6868
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69-
NestedModules = @('netcoreapp2.0\Microsoft.Azure.Commands.Websites.dll')
69+
NestedModules = @('Microsoft.Azure.Commands.Websites.dll')
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
7272
FunctionsToExport = @()

0 commit comments

Comments
 (0)