Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maint: new signed snkgpg, use long cmd lines for clarity #341

Merged
merged 1 commit into from
Feb 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
shell: bash.exe
- run:
name: "Decrypt SNK file"
command: gpg.exe -d --pinentry-mode loopback --passphrase $GPG_PASSPHRASE -o Honeycomb.OpenTelemetry.snk Honeycomb.OpenTelemetry.snk.gpg
command: gpg.exe --decrypt --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --output Honeycomb.OpenTelemetry.snk Honeycomb.OpenTelemetry.snk.gpg
shell: bash.exe
- run:
name: "Build release package"
command: dotnet.exe pack -c release --output build --no-restore -p:signed=true
command: dotnet.exe pack --configuration release --output build --no-restore -p:signed=true
- persist_to_workspace:
root: \
paths:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
at: .\
- run:
name: "Publishing to nuget.org"
command: dotnet.exe nuget push "build\*.nupkg" -k $env:NUGET_APIKEY -s https://api.nuget.org/v3/index.json
command: dotnet.exe nuget push "build\*.nupkg" --api-key $env:NUGET_APIKEY --source https://api.nuget.org/v3/index.json

# Apply this filter to jobs that should always run.
filter_always: &filter_always
Expand Down
Binary file modified Honeycomb.OpenTelemetry.snk.gpg
Binary file not shown.