File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
46
46
- script : .\build.cmd EnableSkipStrongNames
47
47
displayName : Windows Build - EnableSkipStrongNames
48
48
49
- - script : .\build.cmd ${{ parameter .BuildTarget }} /p:Desktop=false /p:BuildPortable=true ^
50
- /binaryLogger:artifacts/msbuild.binlog /p:Configuration=$(Configuration ) /p:StyleCopEnabled=$(_StyleCopEnabled) ^
49
+ - script : .\build.cmd ${{ parameters .BuildTarget }} /p:Desktop=false /p:BuildPortable=true ^
50
+ /binaryLogger:artifacts/msbuild.binlog /p:Configuration=$(_Configuration ) /p:StyleCopEnabled=$(_StyleCopEnabled) ^
51
51
/flp:LogFile=artifacts/msbuild.log
52
52
displayName : Windows Build
53
53
54
54
- ${{ if ne(parameters.BuildTarget, 'Build') }} :
55
- - publish : ./bin/$(Configuration )/Test/TestResults/
55
+ - publish : ./bin/$(_Configuration )/Test/TestResults/
56
56
artifact : $(Agent.JobName) Test Results
57
57
condition : always()
58
58
continueOnError : true
You can’t perform that action at this time.
0 commit comments