Skip to content

Commit 274dc78

Browse files
committed
update arcade yml file
1 parent 1e3d9ee commit 274dc78

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

System.ServiceModel.sln

-6
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Binding.UDS.IntegrationTest
8989
EndProject
9090
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.ServiceModel.NetNamedPipe.Tests", "src\System.ServiceModel.NetNamedPipe\tests\System.ServiceModel.NetNamedPipe.Tests.csproj", "{FD188537-21AF-48C5-84FF-F8758F4C42A8}"
9191
EndProject
92-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SelfHostedCoreWCFService", "src\System.Private.ServiceModel\tools\SelfHostedCoreWcfService\SelfHostedCoreWCFService.csproj", "{D89D949F-254B-4A29-AE78-DEB081ACA601}"
93-
EndProject
9492
Global
9593
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9694
Debug|Any CPU = Debug|Any CPU
@@ -261,10 +259,6 @@ Global
261259
{FD188537-21AF-48C5-84FF-F8758F4C42A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
262260
{FD188537-21AF-48C5-84FF-F8758F4C42A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
263261
{FD188537-21AF-48C5-84FF-F8758F4C42A8}.Release|Any CPU.Build.0 = Release|Any CPU
264-
{D89D949F-254B-4A29-AE78-DEB081ACA601}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
265-
{D89D949F-254B-4A29-AE78-DEB081ACA601}.Debug|Any CPU.Build.0 = Debug|Any CPU
266-
{D89D949F-254B-4A29-AE78-DEB081ACA601}.Release|Any CPU.ActiveCfg = Release|Any CPU
267-
{D89D949F-254B-4A29-AE78-DEB081ACA601}.Release|Any CPU.Build.0 = Release|Any CPU
268262
EndGlobalSection
269263
GlobalSection(SolutionProperties) = preSolution
270264
HideSolutionNode = FALSE

azure-pipelines-arcade.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ variables:
2424
value: false
2525
- name: _RunAsInternal
2626
value: true
27-
- name: _RunWithCoreWcfService
28-
value: false
2927
- group: DotNet-Wcf-SDLValidation-Params
3028
resources:
3129
repositories:
@@ -97,7 +95,7 @@ extends:
9795
clean: true
9896
- script: eng\common\cibuild.cmd -configuration $(_BuildConfig) -preparemachine $(_InternalBuildArgs) $(_TestArgs) /p:Test=false
9997
displayName: Windows Build / Publish
100-
- powershell: eng\common\build.ps1 -configuration $(_BuildConfig) -preparemachine -ci -test -integrationTest -projects $(Build.SourcesDirectory)/eng/SendToHelix.proj $(_TestArgs) /p:TestJob=Windows /p:RunWithCoreWcfService=$(_RunWithCoreWcfService) /bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/SendToHelix.binlog
98+
- powershell: eng\common\build.ps1 -configuration $(_BuildConfig) -preparemachine -ci -test -integrationTest -projects $(Build.SourcesDirectory)/eng/SendToHelix.proj $(_TestArgs) /p:TestJob=Windows /bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/SendToHelix.binlog
10199
displayName: Windows - Run Helix Tests
102100
env:
103101
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
@@ -116,4 +114,4 @@ extends:
116114
enableSourceLinkValidation: false
117115
SDLValidationParameters:
118116
enable: true
119-
params: ' -SourceToolsList @("policheck","credscan") -TsaInstanceURL $(_TsaInstanceURL) -TsaProjectName $(_TsaProjectName) -TsaNotificationEmail $(_TsaNotificationEmail) -TsaCodebaseAdmin $(_TsaCodebaseAdmin) -TsaBugAreaPath $(_TsaBugAreaPath) -TsaIterationPath $(_TsaIterationPath) -TsaRepositoryName "WCF" -TsaCodebaseName "WCF" -TsaPublish $True'
117+
params: ' -SourceToolsList @("policheck","credscan") -TsaInstanceURL $(_TsaInstanceURL) -TsaProjectName $(_TsaProjectName) -TsaNotificationEmail $(_TsaNotificationEmail) -TsaCodebaseAdmin $(_TsaCodebaseAdmin) -TsaBugAreaPath $(_TsaBugAreaPath) -TsaIterationPath $(_TsaIterationPath) -TsaRepositoryName "WCF" -TsaCodebaseName "WCF" -TsaPublish $True'

src/System.Private.ServiceModel/tools/SelfHostedCoreWcfService/SelfHostedCoreWCFService.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<IsPackable>false</IsPackable>
66
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
77
</PropertyGroup>
8-
8+
99
<ItemGroup>
1010
<Using Include="System.Runtime.Serialization" />
1111
<Using Include="Microsoft.Extensions.DependencyInjection.Extensions" />

0 commit comments

Comments
 (0)