teleport/build.assets/windows
Trent Clarke 0b3403978c
Tcsc/v12 versioned windows builder (#18339)
Adds a drone node selector so builds will be routed to the correct buildbox

Also:
1.  changes the version of Visual Studio expected by npm to vs 2022 to match buildbox installation

2. Removes the concurrency limit for window push builds. As there are separate builders for v10, v11
    and v12. Given that the concurrency limits are enforced across all builds with the same name, they
    serialise builds from different teleport versions. it seems wasteful to have a builder for v10 sit idle
    while waiting a v11 build completes.

    The concurrent limits have been left for tag builds, as there are flow-on concurrency concern due to artifact
    uploading, etc.
2022-11-10 12:43:38 +00:00
..
build.ps1 Tcsc/v12 versioned windows builder (#18339) 2022-11-10 12:43:38 +00:00