We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa336f commit 77efb5fCopy full SHA for 77efb5f
Rakefile
@@ -753,7 +753,7 @@ namespace :dotnet do
753
args = arguments.to_a.compact
754
nightly = args.delete('nightly')
755
Rake::Task['dotnet:version'].invoke('nightly') if nightly
756
- Rake::Task['dotnet:package'].invoke('--config=remote_release')
+ Rake::Task['dotnet:package'].invoke('--config=release')
757
758
api_key = ENV.fetch('NUGET_API_KEY', nil)
759
push_destination = 'https://api.nuget.org/v3/index.json'
0 commit comments