Skip to content

Commit 0b1e2e5

Browse files
authored
Fix the initial assets location of VSTest assets (#2589)
They are being manually pushed to the dotnet-tools feed, not dotnet-core.
1 parent 2e615ad commit 0b1e2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ function Generate-Manifest
937937
Write-Log "Generate-Manifest: Started."
938938

939939
$sdkTaskPath = Join-Path $env:TP_ROOT_DIR "eng\common\sdk-task.ps1"
940-
& $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
940+
& $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
941941

942942
Write-Log "Generate-Manifest: Completed."
943943
}

0 commit comments

Comments
 (0)