Change feed (#1699)
authorJuan Hoyos <juan.hoyos@microsoft.com>
Thu, 5 Nov 2020 20:08:02 +0000 (12:08 -0800)
committerGitHub <noreply@github.com>
Thu, 5 Nov 2020 20:08:02 +0000 (12:08 -0800)
documentation/building/official-build-instructions.md
eng/Versions.props

index ed24146b46078ae20793bf034a84e1b99c7a83a8..b0cec4ea4ebd59cf6df98ad97367d682f7382121 100644 (file)
@@ -5,20 +5,20 @@ WARNING: These instructions will only work internally at Microsoft.
 
 To kick off an official build, go to this build definition: https://dev.azure.com/dnceng/internal/_build?definitionId=528.
 
-This signs and publishes the following packages to the dotnet feed (currently https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet5/nuget/v3/index.json):
+This signs and publishes the following packages to the tools feed (https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json):
  - dotnet-dump
+ - dotnet-gcdump
  - dotnet-sos
  - dotnet-trace
  - dotnet-counters
  - dotnet-monitor
- - Microsoft.Diagnostic.TestHelpers
  - Microsoft.Diagnostics.NETCore.Client
 
 To release the latest tools:
 
 1) Merge all the commits for this release from the master branch to the release/stable branch.
 2) Kick off an official build from the release/stable branch.
-3) Change all the package version references in the documentation folder to this official build's package version to maintain the docs up to date. Merge this to both the release and the master branches.
+3) Change all the package version references in the documentation folder to this official build's package version to maintain the docs up to date.
 4) Download the above packages from the successful official build under "Artifacts" -> "PackageArtifacts".
 5) Upload these packages to nuget.org.
 6) Create a new "release" in the [releases](https://github.com/dotnet/diagnostics/releases) diagnostics repo release tab with the package version (not the official build id) as the "tag". Add any release notes about known issues, issues fixed and new features.
index 347c4cecf93f5714cdd8740a3a776ef523dc99b8..c2aee0e772348fc4b49c717deeafcbe957f98eeb 100644 (file)
     <MicrosoftDotNetRemoteExecutorVersion>6.0.0-beta.20529.1</MicrosoftDotNetRemoteExecutorVersion>
     <cdbsosversion>10.0.18362</cdbsosversion>
   </PropertyGroup>
-  <PropertyGroup>
-    <RestoreSources>
-      $(RestoreSources);
-      https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
-      https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
-      https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json;
-      https://dotnet.myget.org/F/system-commandline/api/v3/index.json
-    </RestoreSources>
-  </PropertyGroup>
 </Project>