Commit 2a82f0a
authored
Merging PR from main- refactor: add dockerfile for windows build and make build-binaries microsoft#1720 (microsoft#1842)
# Description
Merging PR from main- refactor: add dockerfile for windows build and
make build-binaries microsoft#1720
We want to separate the windows build into 2 steps
Build the binaries needed for the final image
Build the final image including the binaries built in step 1
For step 1, add a build-binaries task to the Makefile that builds the
binaries needed for the final image.
For step 2, add a Dockerfile for the windows build that builds the final
image including the binaries built in step 1
## Related Issue
Make window's build branch compatible with release pipeline
Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.1 parent 885e2fd commit 2a82f0a
2 files changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
342 | 346 | | |
343 | 347 | | |
344 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments