File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/System.Private.ServiceModel/tools/scripts Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
pushd %~dp0 ..\..\..\..\
6
6
7
7
:buildsln
8
- set buildtool = eng\common\cibuild.cmd -warnAsError 0 -configuration Release -projects src\System.Private.ServiceModel\tools\CertificateGenerator\CertificateGenerator.sln /p:Sign=false
8
+ set buildtool = eng\common\cibuild.cmd -warnAsError 0 -configuration Release -projects src\System.Private.ServiceModel\tools\CertificateGenerator\CertificateGenerator.sln /p:Sign=false /p:Publish=false
9
9
echo %buildtool%
10
10
call %buildtool%
11
11
Original file line number Diff line number Diff line change 5
5
pushd %~dp0 ..\..\..\..\
6
6
7
7
:buildsln
8
- set buildtool = eng\common\cibuild.cmd -warnAsError 0 -configuration Release -projects src\System.Private.ServiceModel\tools\SelfHostedWcfService\SelfHostedWCFService.sln /p:Sign=false
8
+ set buildtool = eng\common\cibuild.cmd -warnAsError 0 -configuration Release -projects src\System.Private.ServiceModel\tools\SelfHostedWcfService\SelfHostedWCFService.sln /p:Sign=false /p:Publish=false
9
9
echo %buildtool%
10
10
call %buildtool%
11
11
14
14
endlocal
15
15
16
16
:: Kill dotnet.exe process started by eng\common\cibuild.cmd which might remain running
17
- TASKKILL /F /IM dotnet.exe
17
+ TASKKILL /F /IM dotnet.exe
18
+ exit /b 0
You can’t perform that action at this time.
0 commit comments