File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ steps:
116116 configuration : ' $(BuildConfiguration)'
117117 msbuildArchitecture : x64
118118 createLogFile : true
119- condition : and(succeededOrFailed(), eq(variables['BuildConfiguration'], 'Release '))
119+ condition : and(succeededOrFailed(), eq(variables['BuildConfiguration'], 'Debug '))
120120
121121 - task : VSBuild@1
122122 displayName : ' Build And Publish WinMLSamplesGallery Release'
@@ -128,7 +128,7 @@ steps:
128128 configuration : ' $(BuildConfiguration)'
129129 msbuildArchitecture : x64
130130 createLogFile : true
131- condition : and(succeededOrFailed(), eq(variables['BuildConfiguration'], 'Debug '))
131+ condition : and(succeededOrFailed(), eq(variables['BuildConfiguration'], 'Release '))
132132
133133 # TODO: Add previously failing build tasks
134134
You can’t perform that action at this time.
0 commit comments