Skip to content

Commit

Permalink
Fix the initial assets location of VSTest assets (#2589)
Browse files Browse the repository at this point in the history
They are being manually pushed to the dotnet-tools feed, not dotnet-core.
  • Loading branch information
mmitche committed Oct 9, 2020
1 parent 2e615ad commit 0b1e2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.ps1
Expand Up @@ -937,7 +937,7 @@ function Generate-Manifest
Write-Log "Generate-Manifest: Started."

$sdkTaskPath = Join-Path $env:TP_ROOT_DIR "eng\common\sdk-task.ps1"
& $sdkTaskPath -restore -task GenerateBuildManifest /p:PackagesToPublishPattern=$TPB_PackageOutDir\*.nupkg /p:AssetManifestFilePath=$TPB_PackageOutDir\manifest\manifest.xml /p:ManifestBuildData="Location=https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" /p:BUILD_BUILDNUMBER=$BuildNumber
& $sdkTaskPath -restore -task GenerateBuildManifest /p:PackagesToPublishPattern=$TPB_PackageOutDir\*.nupkg /p:AssetManifestFilePath=$TPB_PackageOutDir\manifest\manifest.xml /p:ManifestBuildData="Location=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" /p:BUILD_BUILDNUMBER=$BuildNumber

Write-Log "Generate-Manifest: Completed."
}
Expand Down

0 comments on commit 0b1e2e5

Please sign in to comment.