File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed
Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -135,20 +135,18 @@ steps:
135135 createLogFile : true
136136 condition : succeededOrFailed()
137137
138- # Bug 25927815: SqueezeNetObjectDetection NetCore Sample is failing to be built
139- # Also the test should be added when the code below is uncommented
140- # - task: VSBuild@1
141- # displayName: 'Build SqueezenetObjectDetection Sample'
142- # inputs:
143- # solution: Samples/SqueezeNetObjectDetection/squeezenetobjectdetection.sln
144- # vsVersion: 15.0
145- # msbuildArgs: '-v:diag /p:OutDir=$(System.DefaultWorkingDirectory)\bin\$(BuildPlatform)\$(BuildConfiguration)\SqueezeNetObjectDetection\ /p:WindowsTargetPlatformVersion=$(WindowsTargetPlatformVersion)'
146- # platform: '$(BuildPlatform)'
147- # configuration: '$(BuildConfiguration)'
148- # clean: true
149- # msbuildArchitecture: x64
150- # createLogFile: true
151- # condition: succeededOrFailed()
138+ - task : VSBuild@1
139+ displayName : ' Build SqueezenetObjectDetection Sample'
140+ inputs :
141+ solution : Samples/SqueezeNetObjectDetection/squeezenetobjectdetection.sln
142+ vsVersion : 15.0
143+ msbuildArgs : ' -v:diag /p:OutDir=$(System.DefaultWorkingDirectory)\bin\$(BuildPlatform)\$(BuildConfiguration)\SqueezeNetObjectDetection\ /p:WindowsTargetPlatformVersion=$(WindowsTargetPlatformVersion)'
144+ platform : ' $(BuildPlatform)'
145+ configuration : ' $(BuildConfiguration)'
146+ clean : true
147+ msbuildArchitecture : x64
148+ createLogFile : true
149+ condition : succeededOrFailed()
152150
153151 - task : VSBuild@1
154152 displayName : ' Build FNSCandyStyleTransfer-UWP-CS Sample'
You can’t perform that action at this time.
0 commit comments