Skip to content

Commit 6288f68

Browse files
Merge pull request Sitecore#64 from AntonShmigel/develop
transition to new feed
2 parents 8cb0f91 + f6fea77 commit 6288f68

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

custom-images/init.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ if (-not (Test-Path $LicenseXmlPath -PathType Leaf)) {
3030

3131
# Check for Sitecore Gallery
3232
Import-Module PowerShellGet
33-
$SitecoreGallery = Get-PSRepository | Where-Object { $_.SourceLocation -eq "https://sitecore.myget.org/F/sc-powershell/api/v2" }
33+
$SitecoreGallery = Get-PSRepository | Where-Object { $_.SourceLocation -eq "https://nuget.sitecore.com/resources/v2/" }
3434
if (-not $SitecoreGallery) {
3535
Write-Host "Adding Sitecore PowerShell Gallery..." -ForegroundColor Green
36-
Register-PSRepository -Name SitecoreGallery -SourceLocation https://sitecore.myget.org/F/sc-powershell/api/v2 -InstallationPolicy Trusted
36+
Register-PSRepository -Name SitecoreGallery -SourceLocation https://nuget.sitecore.com/resources/v2/ -InstallationPolicy Trusted
3737
$SitecoreGallery = Get-PSRepository -Name SitecoreGallery
3838
}
3939
# Install and Import SitecoreDockerTools

getting-started/init.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ if (-not (Test-Path $LicenseXmlPath -PathType Leaf)) {
2727

2828
# Check for Sitecore Gallery
2929
Import-Module PowerShellGet
30-
$SitecoreGallery = Get-PSRepository | Where-Object { $_.SourceLocation -eq "https://sitecore.myget.org/F/sc-powershell/api/v2" }
30+
$SitecoreGallery = Get-PSRepository | Where-Object { $_.SourceLocation -eq "https://nuget.sitecore.com/resources/v2/" }
3131
if (-not $SitecoreGallery) {
3232
Write-Host "Adding Sitecore PowerShell Gallery..." -ForegroundColor Green
33-
Register-PSRepository -Name SitecoreGallery -SourceLocation https://sitecore.myget.org/F/sc-powershell/api/v2 -InstallationPolicy Trusted
33+
Register-PSRepository -Name SitecoreGallery -SourceLocation https://nuget.sitecore.com/resources/v2/ -InstallationPolicy Trusted
3434
$SitecoreGallery = Get-PSRepository -Name SitecoreGallery
3535
}
3636
# Install and Import SitecoreDockerTools

0 commit comments

Comments
 (0)