Packages are pushed to the public SW repository. Upgrade to net9.0

This commit is contained in:
2025-02-18 18:58:37 +01:00
parent 8d5a58e7a6
commit ee6a16b795

View File

@@ -3,7 +3,7 @@ name: default
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:8.0
image: mcr.microsoft.com/dotnet/sdk:9.0
settings:
nuget_apikey:
from_secret: drone_release
@@ -31,11 +31,11 @@ steps:
- dotnet pack --configuration Release DllExports.Cli/DllExports.Cli.csproj
- name: release
image: mcr.microsoft.com/dotnet/sdk:8.0
image: mcr.microsoft.com/dotnet/sdk:9.0
settings:
nuget_apikey:
from_secret: drone_release
nuget_uri: https://git.ivasoft.cz/api/packages/Ivasoft/nuget/index.json
nuget_uri: https://git.ivasoft.cz/api/packages/SW/nuget/index.json
commands:
- dotnet nuget push DllExports.MSBuild/bin/Release/IvDllExports.0.1.1.nupkg --api-key $$PLUGIN_NUGET_APIKEY --source $$PLUGIN_NUGET_URI --skip-duplicate
- dotnet nuget push DllExports.Cli/bin/Release/IvDllExports-Cli.0.1.1.nupkg --api-key $$PLUGIN_NUGET_APIKEY --source $$PLUGIN_NUGET_URI --skip-duplicate