Skip to content

Commit a61f28f

Browse files
Mikejo5000zivkan
andauthored
Fix build validation issues (#3179)
* metadata update * Fix build validation errors * build validation fixes * link fix * link fix * Update docs/nuget-org/Publish-a-package.md Co-authored-by: Andy Zivkovic <[email protected]> --------- Co-authored-by: Andy Zivkovic <[email protected]>
1 parent 808a942 commit a61f28f

25 files changed

+44
-42
lines changed

docs/consume-packages/Team-Foundation-Build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The source code is under the `src` folder. Although our demo only uses a single
8181
### Ignore files
8282

8383
> [!Note]
84-
> There is currently a [known bug in the NuGet client](https://nuget.codeplex.com/workitem/4072) that causes the client to still add the `packages` folder to version control. A workaround is to disable the source control integration. In order to do that, you need a `Nuget.Config ` file in the `.nuget` folder that is parallel to your solution. If this folder doesn't exist yet, you need to create it. In [`Nuget.Config`](../consume-packages/configuring-nuget-behavior.md), add the following content:
84+
> There is currently a `[known bug in the NuGet client](https://nuget.codeplex.com/workitem/4072)` that causes the client to still add the `packages` folder to version control. A workaround is to disable the source control integration. In order to do that, you need a `Nuget.Config ` file in the `.nuget` folder that is parallel to your solution. If this folder doesn't exist yet, you need to create it. In [`Nuget.Config`](../consume-packages/configuring-nuget-behavior.md), add the following content:
8585
8686
```xml
8787
<configuration>

docs/guides/Create-UWP-Packages-CS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Create NuGet Packages for the UWP Platform (C#)
33
description: An end-to-end walkthrough of creating NuGet packages using a Windows Runtime Component for the Universal Windows Platform in C#.
4-
author: rrelyea
5-
ms.author: rrelyea
4+
author: JonDouglas
5+
ms.author: jodou
66
ms.date: 11/01/2023
77
ms.topic: tutorial
88
---

docs/nuget-org/Publish-a-package.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ Nuget.org has a package size limit of about 250 MB. When a package exceeding tha
8787
8888
If such package is pushed from the command line, the following output is produced:
8989
90-
> RequestEntityTooLarge https://www.nuget.org/api/v2/package/ 13903ms
91-
> error: Response status code does not indicate success: 413 (The package file exceeds the size limit. Please try again.).
90+
```text
91+
RequestEntityTooLarge https://www.nuget.org/api/v2/package/ 13903ms
92+
error: Response status code does not indicate success: 413 (The package file exceeds the size limit. Please try again.).
93+
```
9294

9395
If you are getting this errors consider revising the package content to reduce its size. If you are packing debug symbols into your package consider publishing them [separately](../create-packages/Symbol-Packages-snupkg.md). Other assets can be published separately as one or more dependency packages to spread them into smaller chunks.
9496

docs/policies/Ecosystem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ Using a new tool or technology usually comes with a learning curve. Luckily for
7070
That said, authoring packages–and especially good packages–along with embracing NuGet in automated build and deployment processes, requires spending a little more time with the following resources:
7171

7272
- [NuGet Blog](https://devblogs.microsoft.com/nuget/)
73-
- [NuGet team on Twitter, @nuget](http://twitter.com/nuget)
73+
- [NuGet team on Twitter, @nuget](https://twitter.com/nuget)
7474
- Books:
7575
- [Apress Pro NuGet](http://bit.ly/ProNuGet)
76-
- [NuGet 2 Essentials](http://www.amazon.com/NuGet-2-Essentials-Damir-Arh-ebook/dp/B00GTQD5M4)
76+
- [NuGet 2 Essentials](https://www.amazon.com/NuGet-2-Essentials-Damir-Arh/dp/178216586X)
7777

7878
## Documentation for individual packages
7979

docs/reference/cli-reference/cli-ref-trusted-signers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: NuGet CLI trusted-signers command
33
description: Reference for the nuget.exe trusted-signers command
4-
author: patbel
5-
ms.author: patbel
4+
author: JonDouglas
5+
ms.author: jodou
66
ms.date: 11/12/2018
77
ms.topic: reference
88
ms.reviewer: rmpablos

docs/reference/errors-and-warnings/NU3040.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: NuGet Warning NU3040
33
description: NU3040 Warning code
4-
author: patbel
5-
ms.author: patbel
4+
author: JonDouglas
5+
ms.author: jodou
66
ms.date: 11/12/2018
77
ms.topic: reference
88
ms.reviewer: rmpablos

docs/reference/errors-and-warnings/NU5046.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: NuGet Error NU5046
33
description: NU5046 Error code
4-
author: dominoFire
5-
ms.author: feaguila
4+
author: JonDouglas
5+
ms.author: jodou
66
ms.date: 9/4/2019
77
ms.topic: reference
88
ms.reviewer: karann

docs/reference/errors-and-warnings/NU5047.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: NuGet Error NU5047
33
description: NU5047 Error code
4-
author: dominoFire
5-
ms.author: feaguila
4+
author: JonDouglas
5+
ms.author: jodou
66
ms.date: 9/4/2019
77
ms.topic: reference
88
ms.reviewer: karann

docs/reference/nuspec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If you're licensing the package under a common license, like MIT or BSD-2-Clause
123123
> [!Note]
124124
> NuGet.org only accepts license expressions that are approved by the Open Source Initiative or the Free Software Foundation.
125125
126-
If your package is licensed under multiple common licenses, you can specify a composite license using the [SPDX expression syntax version 2.0](https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60). For example:
126+
If your package is licensed under multiple common licenses, you can specify a composite license using the [SPDX expression syntax version 2.0](https://spdx.github.io/spdx-spec/v2-draft/SPDX-license-expressions/#d4-composite-license-expressions). For example:
127127

128128
`<license type="expression">BSD-2-Clause OR MIT</license>`
129129

docs/release-notes/NuGet-2.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@ nuget sources add -name test -source http://test -ConfigFile C:\test\.nuget\Nuge
186186

187187
### Support for Native projects
188188

189-
With NuGet 2.5, the NuGet tooling is now available for Native projects in Visual Studio. We expect most native packages will utilize the MSBuild imports feature above, using a tool created by the [CoApp project](https://coapp.org). For more information, read [the details about the tool](https://coapp.org/news/2013-03-27-The-Long-Awaited-post.html) on the coapp.org website.
189+
With NuGet 2.5, the NuGet tooling is now available for Native projects in Visual Studio. We expect most native packages will utilize the MSBuild imports feature above, using a tool created by the [CoApp project](https://github.com/coapp). For more information, read [the details about the tool](https://github.com/coapp/coapp.org/blob/master/src/dynamic/news/2013-03-27-The-Long-Awaited-post.html.md) on the coapp.org website.
190190

191191
The target framework name of "native" is introduced for packages to include files in \build, \content, and \tools when the package is installed into a native project. The \`lib` folder is not used for native projects.

0 commit comments

Comments
 (0)