Skip to content

Commit a39733f

Browse files
author
Sheil Kumar
committed
remove large model build - not enough space
1 parent e384871 commit a39733f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

azure-pipelines-samples.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,6 @@ steps:
118118
createLogFile: true
119119
condition: succeededOrFailed()
120120

121-
- task: VSBuild@1
122-
displayName: 'Build WinMLSamplesGallery with Large Models'
123-
inputs:
124-
solution: 'Samples/WinMLSamplesGallery/WinMLSamplesGallery.sln'
125-
vsVersion: "16.0"
126-
msbuildArgs: '-v:diag /p:OutDir=$(System.DefaultWorkingDirectory)\bin\$(BuildPlatform)\$(BuildConfiguration)\WinMLSamplesGallery\ /p:UseLargeModels=true /p:WindowsTargetPlatformVersion=$(WindowsTargetPlatformVersion) /t:Restore,Clean,Build'
127-
platform: '$(BuildPlatform)'
128-
configuration: '$(BuildConfiguration)'
129-
msbuildArchitecture: x64
130-
createLogFile: true
131-
condition: succeededOrFailed()
132-
133121
# TODO: Add previously failing build tasks
134122

135123
- task: CopyFiles@2

0 commit comments

Comments
 (0)