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 @@ -216,7 +216,7 @@ jobs:
216
216
${{ step.env }}
217
217
- ${{ if eq(parameters.steps, '')}} :
218
218
- ${{ if eq(parameters.agentOs, 'Windows') }} :
219
- - script : $(BuildDirectory)\build.cmd -ci -prepareMachine -nativeToolsOnMachine - nobl -Configuration $(BuildConfiguration) $(BuildScriptArgs)
219
+ - script : $(BuildDirectory)\build.cmd -ci -nobl -Configuration $(BuildConfiguration) $(BuildScriptArgs)
220
220
/p:DotNetSignType=$(_SignType)
221
221
displayName : Run build.cmd
222
222
env :
@@ -459,7 +459,7 @@ jobs:
459
459
${{ step.env }}
460
460
- ${{ if eq(parameters.steps, '')}} :
461
461
- ${{ if eq(parameters.agentOs, 'Windows') }} :
462
- - script : $(BuildDirectory)\build.cmd -ci -prepareMachine -nativeToolsOnMachine - nobl -Configuration $(BuildConfiguration) $(BuildScriptArgs)
462
+ - script : $(BuildDirectory)\build.cmd -ci -nobl -Configuration $(BuildConfiguration) $(BuildScriptArgs)
463
463
/p:DotNetSignType=$(_SignType)
464
464
displayName : Run build.cmd
465
465
env :
You can’t perform that action at this time.
0 commit comments