You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating Nuget.exe that is supported on Test Gallery (#3290)
* Updating Nuget.exe that is supported on Test Gallery
* Adding signed copy of nuget.exe 3.4.4.1321 that is currently being used by PS branch
* adding nuget feed into build.proj. Adding diagnostic logs to PublishModule.ps1
* Updating nuget package restore directory for product and test
* Updating packages paths for tests
* Repacking after updating signed nuget package by adding psm1 dependency to the module. If not done, Test Gallyer/PS Gallery will fail to accept the package when try to push the nuget package as the package contents have changed after signing it
* Updating the copy of nuget exe that would repack nuget during build process. Test Gallery is still v2 based, hence will not accept any other version of nuget.exe while pushing/publishing it to Test Gallery.
* Adding more logging in publish module. Adding null check for unregistering Repositories at the end of PublishModule
Write-Output"Setting up new PS Repository to: -Name $repoName -SourceLocation $repositoryLocation -PublishLocation $repositoryLocation/package -InstallationPolicy Trusted"
0 commit comments