MustacheSharp/Deployment/publish-mustache-sharp.bat

3 lines
118 B
Batchfile
Raw Normal View History

2013-01-12 20:18:54 +00:00
nuget pack ../mustache-sharp/mustache-sharp.csproj -Prop Configuration=Release -Build
nuget push *.nupkg
del *.nupkg