Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 9b57615

Browse files
author
Isaiah Williams
authored
Build and module update (#220)
1 parent 48743f6 commit 9b57615

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ steps:
8888
inputs:
8989
ConnectedServiceName: 'esrp-partner-center-powershell'
9090
FolderPath: 'artifacts\$(buildConfiguration)'
91-
Pattern: 'Microsoft.Store.PartnerCenter.dll,Microsoft.Store.PartnerCenter.PowerShell.dll,*.ps1xml,*.psd1, *.psm1'
91+
Pattern: 'Microsoft.Store.PartnerCenter.dll,Microsoft.Store.PartnerCenter.PowerShell.dll,Microsoft.Azure.Management.*.dll,Microsoft.Graph.*.dll,*.ps1xml,*.psd1, *.psm1'
9292
signConfigType: inlineSignParams
9393
inlineOperation: |
9494
[

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<!-- Delete PowerShell runtime files -->
3939
<PropertyGroup>
40-
<RuntimeDllsIncludeList>Microsoft.Powershell.*.dll,System*.dll,Microsoft.VisualBasic.dll,Microsoft.CSharp.dll,Microsoft.CodeAnalysis.dll,Microsoft.CodeAnalysis.CSharp.dll</RuntimeDllsIncludeList>
40+
<RuntimeDllsIncludeList>Microsoft.Extensions.*.dll,Microsoft.Powershell.*.dll,System*.dll,Microsoft.VisualBasic.dll,Microsoft.CSharp.dll,Microsoft.CodeAnalysis.dll,Microsoft.CodeAnalysis.CSharp.dll</RuntimeDllsIncludeList>
4141
<RuntimeDllsExcludeList>System.Security.Cryptography.ProtectedData.dll,System.Configuration.ConfigurationManager.dll,System.Runtime.CompilerServices.Unsafe.dll,System.IO.FileSystem.AccessControl.dll,System.Buffers.dll,System.Text.Encodings.Web.dll,System.CodeDom.dll</RuntimeDllsExcludeList>
4242
</PropertyGroup>
4343

src/PowerShell/PartnerCenter.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 11/26/2019
6+
# Generated on: 12/06/2019
77
#
88

99
@{
@@ -229,7 +229,7 @@
229229
ReleaseNotes = ''
230230

231231
# Prerelease string of this module
232-
Prerelease = 'preview'
232+
# Prerelease = 'preview'
233233

234234
# Flag to indicate whether the module requires explicit user acceptance for install/update
235235
# RequireLicenseAcceptance = $false

src/PowerShell/PartnerCenter.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 11/26/2019
6+
# Generated on: 12/06/2019
77
#
88

99
$PSDefaultParameterValues.Clear()

0 commit comments

Comments
 (0)