You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2019. It is now read-only.
An MSBuild [task](https://msdn.microsoft.com/en-us/library/t9883dzc.aspx) to automatically generate documented [Postman 3](http://www.getpostman.com) collections from your ApiController derived classes
6
6
####What does it do?
@@ -19,7 +19,7 @@ MSBuild executes `Postman.WebApi.MsBuildTask.Generator` as an _AfterBuild_ task
19
19
1. Build your project to create the `<AssemblyName>.postman.json` file in your project root
20
20
1. Open Postman and import the collection file
21
21
1. Add a new Postman [environment](https://www.getpostman.com/docs/environments) and set _key_ to `url` and _value_ to your http api endpoint root (e.g. `http://localhost:3000/myapp`)
22
-
####How do I configure it?
22
+
####How do I configure it?
23
23
You can override the default configuration by modifying the `.targets` file located in the `packages` directory. __Note that removing/upgrading the package will set the configuration back to the defaults.__
0 commit comments