Skip to content

[AutoML] disable netfx build leg for now #3331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 13, 2019
31 changes: 16 additions & 15 deletions .vsts-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,22 @@ phases:
queue:
name: Hosted macOS

- template: /build/ci/phase-template.yml
parameters:
name: Windows_NetFx
buildScript: build.cmd
customMatrixes:
Build_Debug_netfx:
_configuration: Debug-netfx
_config_short: DFX
_includeBenchmarkData: false
Build_Release_netfx:
_configuration: Release-netfx
_config_short: RFX
_includeBenchmarkData: false
queue:
name: Hosted VS2017
# TODO: re-enable once we figure out how to not run mlnet in netfx
# - template: /build/ci/phase-template.yml
# parameters:
# name: Windows_NetFx
# buildScript: build.cmd
# customMatrixes:
# Build_Debug_netfx:
# _configuration: Debug-netfx
# _config_short: DFX
# _includeBenchmarkData: false
# Build_Release_netfx:
# _configuration: Release-netfx
# _config_short: RFX
# _includeBenchmarkData: false
# queue:
# name: Hosted VS2017

- template: /build/ci/phase-template.yml
parameters:
Expand Down