Skip to content

Commit bbdb668

Browse files
committed
generate nuget package during build
1 parent 759e3cc commit bbdb668

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Unidecode.NET/project.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@
99
"netstandard1.6": {
1010
"imports": "dnxcore50"
1111
}
12+
},
13+
"scripts": {
14+
"postcompile": [
15+
"dotnet pack --no-build --configuration %compile:Configuration%"
16+
]
1217
}
1318
}

0 commit comments

Comments
 (0)