Skip to content

Commit

Permalink
[ci] Building dotnet with local config
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Aug 28, 2024
1 parent 5aa336f commit 77efb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ namespace :dotnet do
args = arguments.to_a.compact
nightly = args.delete('nightly')
Rake::Task['dotnet:version'].invoke('nightly') if nightly
Rake::Task['dotnet:package'].invoke('--config=remote_release')
Rake::Task['dotnet:package'].invoke('--config=release')

api_key = ENV.fetch('NUGET_API_KEY', nil)
push_destination = 'https://api.nuget.org/v3/index.json'
Expand Down

0 comments on commit 77efb5f

Please sign in to comment.