diff --git a/.pipelines/PSResourceGet-Official.yml b/.pipelines/PSResourceGet-Official.yml
index 9c8dbf825..b95cecec5 100644
--- a/.pipelines/PSResourceGet-Official.yml
+++ b/.pipelines/PSResourceGet-Official.yml
@@ -256,6 +256,10 @@ extends:
Install-Module $module -AllowClobber -Force
displayName: Install PSResourceGet 0.9.0 or above for build.psm1
+ - pwsh: |
+ Remove-Item "$(signOutPath)\Microsoft.PowerShell.PSResourceGet\*.pdb" -Recurse -Force
+ displayName: Remove .pdb files
+
- pwsh: |
Set-Location "$(signOutPath)\Microsoft.PowerShell.PSResourceGet"
New-Item -ItemType Directory -Path "$(signOutPath)\PublishedNupkg" -Force
@@ -325,14 +329,6 @@ extends:
Get-ChildItem "$(Pipeline.Workspace)/drop_stagebuild_nupkg" -Recurse
displayName: Find signed Nupkg
- - task: NuGetCommand@2
- displayName: Push PSResourceGet module to Azure feed
- inputs:
- command: push
- packagesToPush: '$(Pipeline.Workspace)\drop_stagebuild_nupkg\PSResourceGet\signed\PublishedNupkg\Microsoft.PowerShell.PSResourceGet.*.nupkg'
- nuGetFeedType: external
- publishFeedCredentials: AzArtifactsFeed
-
- task: NuGetCommand@2
displayName: Push PSResourceGet module artifacts to PSGallery feed
inputs:
diff --git a/src/Microsoft.PowerShell.PSResourceGet.psd1 b/src/Microsoft.PowerShell.PSResourceGet.psd1
index a0fce5bed..285948dd7 100644
--- a/src/Microsoft.PowerShell.PSResourceGet.psd1
+++ b/src/Microsoft.PowerShell.PSResourceGet.psd1
@@ -4,7 +4,7 @@
@{
RootModule = './Microsoft.PowerShell.PSResourceGet.dll'
NestedModules = @('./Microsoft.PowerShell.PSResourceGet.psm1')
- ModuleVersion = '1.0.4'
+ ModuleVersion = '1.0.4.1'
CompatiblePSEditions = @('Core', 'Desktop')
GUID = 'e4e0bda1-0703-44a5-b70d-8fe704cd0643'
Author = 'Microsoft Corporation'
@@ -55,6 +55,10 @@
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
ReleaseNotes = @'
+## 1.0.4.1
+
+- PSResourceGet packaging update
+
## 1.0.4
### Patch
diff --git a/src/code/Microsoft.PowerShell.PSResourceGet.csproj b/src/code/Microsoft.PowerShell.PSResourceGet.csproj
index ede3f0239..4743aa9ec 100644
--- a/src/code/Microsoft.PowerShell.PSResourceGet.csproj
+++ b/src/code/Microsoft.PowerShell.PSResourceGet.csproj
@@ -5,9 +5,9 @@
Library
Microsoft.PowerShell.PSResourceGet
Microsoft.PowerShell.PSResourceGet
- 1.0.4.0
- 1.0.4.0
- 1.0.4.0
+ 1.0.4.1
+ 1.0.4.1
+ 1.0.4.1
net472;netstandard2.0
9.0
true