Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
97WaterPolo 2023-08-21 15:19:52 -07:00
parent eed889bde9
commit 83746a8ae6

View File

@ -12,6 +12,10 @@ steps:
- echo 'Starting build pipeline for RadarrSharp'
- echo Drone build number is ${DRONE_BUILD_NUMBER}
- echo Revision is $((${DRONE_BUILD_NUMBER}-$BUILD_NUM_SINCE_LAST_MINOR_VERSION))
- echo Registry URL is $REGISTRY_URL
environment:
REGISTRY_URL:
from_secret: gitea_registry_url
- name: nuget-publish
image: mcr.microsoft.com/dotnet/sdk:5.0