Skip to content

Commit 77efb5f

Browse files
committed
[ci] Building dotnet with local config
1 parent 5aa336f commit 77efb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ namespace :dotnet do
753753
args = arguments.to_a.compact
754754
nightly = args.delete('nightly')
755755
Rake::Task['dotnet:version'].invoke('nightly') if nightly
756-
Rake::Task['dotnet:package'].invoke('--config=remote_release')
756+
Rake::Task['dotnet:package'].invoke('--config=release')
757757

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

0 commit comments

Comments
 (0)