Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CoreWCF Services Support #5473

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

update certificate helper

c39431e
Select commit
Loading
Failed to load commit list.
Open

Add CoreWCF Services Support #5473

update certificate helper
c39431e
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-wcf-ci (Build Windows Debug) failed Jan 21, 2025 in 2m 19s

Build Windows Debug failed

Annotations

Check failure on line 98 in .dotnet\sdk\10.0.100-alpha.1.24573.1\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.PackTool.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-wcf-ci (Build Windows Debug)

.dotnet\sdk\10.0.100-alpha.1.24573.1\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.PackTool.targets#L98

.dotnet\sdk\10.0.100-alpha.1.24573.1\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.PackTool.targets(98,5): error MSB4018: (NETCORE_ENGINEERING_TELEMETRY=Build) The "GenerateToolsSettingsFile" task failed unexpectedly.
System.IO.IOException: The process cannot access the file 'D:\a\_work\1\s\artifacts\obj\dotnet-svcutil\DotnetToolSettings.xml' because it is being used by another process.
   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
   at System.Xml.XmlWriterSettings.CreateWriter(String outputFileName)
   at System.Xml.Linq.XDocument.Save(String fileName, SaveOptions options)
   at Microsoft.NET.Build.Tasks.TaskBase.Execute()
   at Microsoft.Build.BackEnd.TaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(TaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)