Skip to content

Commit 8a1f3f5

Browse files
diemolM1troll
authored andcommitted
[ci] Building dotnet with local config
1 parent 145f55e commit 8a1f3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
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)