File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -57,19 +57,6 @@ function Validate-Directory ($output) {
57
57
New-Item $output - ItemType Directory - Force
58
58
}
59
59
60
- function Pack-Plugin ($path , $output ) {
61
- Write-Host " Begin build nuget library"
62
-
63
- $project = " $path \Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj"
64
-
65
- Write-Host " Packing: $project "
66
- Write-Host " Output path: $output "
67
-
68
- dotnet pack $project -- include- symbols -- configuration Release -- output $output
69
-
70
- Write-Host " End build nuget library"
71
- }
72
-
73
60
function Zip-Release ($path , $version , $output ) {
74
61
Write-Host " Begin zip release"
75
62
@@ -143,7 +130,6 @@ function Main {
143
130
144
131
$isInCI = $env: APPVEYOR
145
132
if ($isInCI ) {
146
- Pack- Plugin $p $o
147
133
Zip- Release $p $v $o
148
134
}
149
135
Original file line number Diff line number Diff line change 22
22
project : Flow.Launcher.sln
23
23
after_test :
24
24
artifacts :
25
- - path : ' Output\Packages\*'
25
+ - path : ' Output\Packages\*'
26
+ - path : ' Output\Release\Flow.Launcher.Plugin.*.nupkg'
27
+ name : Plugin nupkg
28
+ - path : ' Output\Release\Flow.Launcher.Plugin.*.snupkg'
29
+ name : Plugin snupkg
You can’t perform that action at this time.
0 commit comments