forked from Ivasoft/DllExports
Command-line interface
This commit is contained in:
@@ -26,6 +26,9 @@ steps:
|
||||
# Re-pack
|
||||
- rm DllExports.MSBuild/bin/Release/IvDllExports.0.1.1.nupkg
|
||||
- (cd DllExports.MSBuild/bin/Release/nupkg; zip -r ../IvDllExports.0.1.1.nupkg ./)
|
||||
# Cli
|
||||
- dotnet build --configuration Release DllExports.Cli/DllExports.Cli.csproj
|
||||
- dotnet pack --configuration Release DllExports.Cli/DllExports.Cli.csproj
|
||||
|
||||
- name: release
|
||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||
@@ -35,5 +38,6 @@ steps:
|
||||
nuget_uri: https://git.ivasoft.cz/api/packages/Ivasoft/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
|
||||
when:
|
||||
event: tag
|
||||
Reference in New Issue
Block a user