forked from Ivasoft/DllExports
Execution requires zip package
This commit is contained in:
@@ -13,6 +13,7 @@ steps:
|
||||
- dotnet build --configuration Release DllExports.MSBuild/DllExports.MSBuild.csproj
|
||||
- dotnet pack --configuration Release DllExports.MSBuild/DllExports.MSBuild.csproj
|
||||
## Following is based on build.ps1
|
||||
- apt update && apt install -y zip unzip
|
||||
- unzip -d DllExports.MSBuild/bin/Release/nupkg DllExports.MSBuild/bin/Release/IvDllExports.0.1.1.nupkg
|
||||
- cp -r DllExports.MSBuild/bin/Release/nupkg/lib DllExports.MSBuild/bin/Release/nupkg/tasks
|
||||
- find DllExports.MSBuild/bin/Release/nupkg/lib ! -name 'DllExports.dll' -type f -exec rm -f {} +
|
||||
|
||||
Reference in New Issue
Block a user