Skip to content

Commit

Permalink
Don't publish to Chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Nov 29, 2023
1 parent 57415e5 commit 45faf6e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 21 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ You can install `stdump` using one of the following ways:

* **Manual**: Obtain an archive from the [latest release](https://github.com/odinserj/stdump/releases/latest).
* **NuGet**: `Install-Package stdump`
* **Chocolatey**: `choco install stdump`
* **.NET Core**: `dotnet tool install -g stdump`

After installing, there will be two executables: `stdump-x86.exe` and `stdump-x64.exe`.
Expand Down
7 changes: 0 additions & 7 deletions VERIFICATION.txt

This file was deleted.

10 changes: 1 addition & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,7 @@ artifacts:
deploy:
- provider: NuGet
api_key:
secure: QenVKh2uONpSXN+5PZSGldomlfPnXTk7wEX81lz4Jr3ahzC9Qz3EG8RWG7mGTgmc
skip_symbols: true
on:
appveyor_repo_tag: true

- provider: NuGet
server: https://chocolatey.org/
api_key:
secure: 7vOp8oFcGDo7UfI16EUQGYsgJq1mITIXkcl6ZTHj84+P2mD0/ab9jYlywvyltIlR
secure: xRV/m0aC8V9llXAoiaSrHKp1tpmvsUzwBLwPzyaR3SGWHCtLGhyHNwbeDvkubQmW
skip_symbols: true
on:
appveyor_repo_tag: true
1 change: 0 additions & 1 deletion nuspecs/stdump.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@
<file src="netcoreapp3.1\any\*" target="tools\netcoreapp3.1\any" />
<file src="net5.0\any\*" target="tools\net5.0\any" />
<file src="LICENSE.txt" />
<file src="VERIFICATION.txt" />
</files>
</package>
3 changes: 0 additions & 3 deletions psake-project.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ Task Collect -Depends Merge -Description "Copy all artifacts to the build folder

Write-Host "Copying LICENSE.txt" -ForegroundColor "Green"
Copy-Files "$base_dir\LICENSE.txt" $build_dir

Write-Host "Copying VERIFICATION.txt" -ForegroundColor "Green"
Copy-Files "$base_dir\VERIFICATION.txt" $build_dir
}

Task Pack -Depends Collect -Description "Create NuGet packages and archive files." {
Expand Down

0 comments on commit 45faf6e

Please sign in to comment.