Skip to content

Commit

Permalink
Files are now packed with release configuration. Also fixed issue Lec…
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsodgaard committed Oct 5, 2017
1 parent 9e8a992 commit dac7271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
{
"name": "Rich text editor",
"alias": "rte",
"isGridEditor": true,
"isGridEditor": true,
"editor": {
"view": "rte"
"view": "rte",
"valueType": "TEXT"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion build/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ECHO Removing old nupkg
del /S *.nupkg

ECHO Packing the NuGet release files
..\.nuget\NuGet.exe Pack Lecoati.LeBlender.nuspec
..\.nuget\NuGet.exe Pack Lecoati.LeBlender.nuspec -Prop Configuration=Release

ECHO Publish NuGet
..\.nuget\NuGet.exe Push Lecoati.LeBlender*.nupkg
Expand Down

0 comments on commit dac7271

Please sign in to comment.