mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	dev: added nuget source url to ci
This commit is contained in:
		@@ -136,7 +136,7 @@ publish-medusa-package:
 | 
			
		||||
   - if [ $CI_COMMIT_TAG ];then MEDUSA_VERSION="$CI_COMMIT_TAG"; else MEDUSA_VERSION="$LAST_TAG-alpha$CI_COMMIT_SHORT_SHA"; fi
 | 
			
		||||
   - cd src/Nadeko.Medusa/
 | 
			
		||||
   - dotnet pack -c Release /p:Version=$MEDUSA_VERSION -o bin/Release/packed
 | 
			
		||||
   - dotnet nuget push bin/Release/packed/ --api-key "$NUGET_API_KEY"
 | 
			
		||||
   - dotnet nuget push bin/Release/packed/ --source https://api.nuget.org/v3/index.json --api-key "$NUGET_API_KEY"
 | 
			
		||||
 | 
			
		||||
docker-build:
 | 
			
		||||
 # Use the official docker image.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user