pages.nl/*: add Dutch translations (#11526)

This commit is contained in:
Sebastiaan Speck
2023-11-17 11:39:26 +01:00
committed by GitHub
parent a1fe74ac82
commit 44315280cf
11 changed files with 228 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
# choco-push
> Push een gecompileerd NuGet pakket (`nupkg`) naar een pakketfeed.
> Meer informatie: <https://docs.chocolatey.org/en-us/create/commands/push>.
- Push een gecompileerd `nupkg` naar de gespecificeerde feed:
`choco push --source {{https://push.chocolatey.org/}}`
- Push een gecompileerd `nupkg` naar de gespecificeerde feed met een timeout in seconden (standaard is 2700):
`choco push --source {{https://push.chocolatey.org/}} --execution-timeout {{500}}`