Skip to content

Commit 72019d7

Browse files
committed
Add built.bat
1 parent daf5219 commit 72019d7

File tree

4 files changed

+44
-50
lines changed

4 files changed

+44
-50
lines changed

projects/minimal-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Minimal API (36)
1+
# Minimal API (39)
22

33
* [Hello World](hello-world)
44

projects/minimal-api/build.bat

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
dotnet build anti-forgery-1
2+
dotnet build anti-forgery-2
3+
dotnet build anti-forgery-3
4+
dotnet build endpoint-filter-1
5+
dotnet build endpoint-filter-2
6+
dotnet build endpoint-filter-3
7+
dotnet build endpoint-filter-4
8+
dotnet build hello-world
9+
dotnet build iform-file
10+
dotnet build iform-file-collection
11+
dotnet build link-generator-path-by-route-name
12+
dotnet build map
13+
dotnet build map-2
14+
dotnet build map-3
15+
dotnet build map-4
16+
dotnet build map-5
17+
dotnet build map-6
18+
dotnet build map-group-1
19+
dotnet build map-group-2
20+
dotnet build map-group-3
21+
dotnet build map-methods
22+
dotnet build map-post
23+
dotnet build map-post-2
24+
dotnet build minimal-api-form-model-binding
25+
dotnet build open-api-1
26+
dotnet build open-api-2
27+
dotnet build parameter-binding-custom-bind-async
28+
dotnet build parameter-binding-custom-try-parse
29+
dotnet build parameter-binding-header-explicit
30+
dotnet build parameter-binding-json-explicit
31+
dotnet build parameter-binding-json-implicit
32+
dotnet build parameter-binding-query-string-explicit
33+
dotnet build parameter-binding-query-string-implicit
34+
dotnet build parameter-binding-route-explicit
35+
dotnet build parameter-binding-route-implicit
36+
dotnet build parameter-binding-special-types
37+
dotnet build route-constraints-decimal
38+
dotnet build route-constraints-int
39+
dotnet build typed-results-1

projects/minimal-hosting/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Minimal Hosting (23)
1+
# Minimal Hosting (25)
22

3-
## Alternative Builders
3+
## Alternative Builders (2)
44

55
* [SlimBuilder](slim-builder)
66

@@ -120,3 +120,5 @@ In most cases using ```WebApplication``` isn't enough because you need to config
120120
* [WebApplicationOptions - change the content root path](web-application-options-change-content-root-path)
121121

122122
This sample shows how to change the content root path of the application.
123+
124+
dotnet8

projects/mvc/build.bat

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +0,0 @@
1-
dotnet build api-problem-details
2-
dotnet build api-problem-details\src
3-
dotnet build api-problem-details\api-problem-details.csproj
4-
dotnet build api-problem-details-2
5-
dotnet build api-versioning
6-
dotnet build hello-world
7-
dotnet build jwt
8-
dotnet build model-binding-from-query
9-
dotnet build model-binding-from-route
10-
dotnet build mvc-localization
11-
dotnet build mvc-localization-2
12-
dotnet build mvc-localization-3
13-
dotnet build mvc-localization-4
14-
dotnet build mvc-localization-5
15-
dotnet build mvc-localization-6
16-
dotnet build mvc-localization-7
17-
dotnet build mvc-output-xml
18-
dotnet build nswag
19-
dotnet build nswag-2
20-
dotnet build output-formatter-syndication
21-
dotnet build razor-class-library
22-
dotnet build razor-class-library-with-controllers
23-
dotnet build razor-class-library-with-static-files
24-
dotnet build razor-pages-basic
25-
dotnet build razor-pages-mvc
26-
dotnet build routing-1
27-
dotnet build routing-2
28-
dotnet build routing-3
29-
dotnet build routing-4
30-
dotnet build routing-5
31-
dotnet build routing-6
32-
dotnet build routing-7
33-
dotnet build routing-8
34-
dotnet build routing-9
35-
dotnet build routing-10
36-
dotnet build routing-table
37-
dotnet build tag-helper
38-
dotnet build tag-helper-2
39-
dotnet build tag-helper-3
40-
dotnet build tag-helper-4
41-
dotnet build tag-helper-5
42-
dotnet build tag-helper-img
43-
dotnet build tag-helper-link
44-
dotnet build view-component
45-
dotnet build view-component-2
46-
dotnet build view-component-3
47-
dotnet build view-component-4

0 commit comments

Comments
 (0)