Do not add nsis installers to the zip!
This commit is contained in:
parent
31a19b7328
commit
878f40f2eb
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
$(InputPath)**\*.suo;
|
||||
$(InputPath)**\*.pidb;
|
||||
$(InputPath)**\*.userprefs;
|
||||
$(InputPath)**\opentk-*.zip;
|
||||
$(InputPath)**\opentk-*.exe;
|
||||
$(InputPath)**\opentk*.zip;
|
||||
$(InputPath)**\opentk*.exe;
|
||||
$(InputPath)**\vshost*.exe;
|
||||
">
|
||||
<Output TaskParameter="Include" ItemName="FileList" />
|
||||
|
|
Loading…
Reference in a new issue