Skip to content

Commit 53a1d02

Browse files
authored
[AutoML] disable netfx build leg for now (#3331)
* disable netfx build leg for now * disable netfx build leg for now.
1 parent a7446e4 commit 53a1d02

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.vsts-dotnet-ci.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,22 @@ phases:
6868
queue:
6969
name: Hosted macOS
7070

71-
- template: /build/ci/phase-template.yml
72-
parameters:
73-
name: Windows_NetFx
74-
buildScript: build.cmd
75-
customMatrixes:
76-
Build_Debug_netfx:
77-
_configuration: Debug-netfx
78-
_config_short: DFX
79-
_includeBenchmarkData: false
80-
Build_Release_netfx:
81-
_configuration: Release-netfx
82-
_config_short: RFX
83-
_includeBenchmarkData: false
84-
queue:
85-
name: Hosted VS2017
71+
# TODO: re-enable once we figure out how to not run mlnet in netfx
72+
# - template: /build/ci/phase-template.yml
73+
# parameters:
74+
# name: Windows_NetFx
75+
# buildScript: build.cmd
76+
# customMatrixes:
77+
# Build_Debug_netfx:
78+
# _configuration: Debug-netfx
79+
# _config_short: DFX
80+
# _includeBenchmarkData: false
81+
# Build_Release_netfx:
82+
# _configuration: Release-netfx
83+
# _config_short: RFX
84+
# _includeBenchmarkData: false
85+
# queue:
86+
# name: Hosted VS2017
8687

8788
- template: /build/ci/phase-template.yml
8889
parameters:

0 commit comments

Comments
 (0)