Skip to content

Commit d7496cf

Browse files
committed
Full pack only on Release
1 parent 5b51a92 commit d7496cf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Provider/build.ps1

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ function WiX() {
5959

6060
Clean
6161
Build
62-
Pack
63-
NuGet
64-
WiX
62+
if ($Configuration -eq 'Release') {
63+
Pack
64+
NuGet
65+
WiX
66+
}

0 commit comments

Comments
 (0)