diff --git a/src/code/PublishPSResource.cs b/src/code/PublishPSResource.cs index cb6fac1ae..53c12f2b7 100644 --- a/src/code/PublishPSResource.cs +++ b/src/code/PublishPSResource.cs @@ -486,7 +486,7 @@ out string[] _ { ACRServerAPICalls acrServer = new ACRServerAPICalls(repository, this, _networkCredential, userAgentString); - if (!acrServer.PushNupkgACR(outputNupkgDir, _pkgName, _pkgVersion, repository, out ErrorRecord pushNupkgACRError)) + if (!acrServer.PushNupkgACR(outputNupkgDir, _pkgName.ToLower(), _pkgVersion, repository, out ErrorRecord pushNupkgACRError)) { WriteError(pushNupkgACRError); // exit out of processing