Merge branch 'marcpopMSFT-enablelocbuild' into marcpopMSFT-enablelocbuildmain
This commit is contained in:
commit
3d60ffefdb
29 changed files with 232 additions and 224 deletions
|
@ -53,6 +53,14 @@ variables:
|
|||
stages:
|
||||
- stage: Build
|
||||
jobs:
|
||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/marcpopMSFT-enablelocbuild')) }}:
|
||||
- template: /eng/common/templates/job/onelocbuild.yml
|
||||
parameters:
|
||||
CreatePr: true
|
||||
LclSource: lclFilesfromPackage
|
||||
LclPackageId: 'LCL-JUNO-PROD-DOTNETINSTALLER'
|
||||
MirrorBranch: main
|
||||
MirrorRepo: sdk
|
||||
# This job is for build retry configuration.
|
||||
- job: Publish_Build_Configuration
|
||||
pool:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
<p id="title">.NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
||||
</div>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px">Learn more about .NET</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" href="https://aka.ms/dotnet-license">MIT License</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>Installation note</h2>
|
||||
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue