MSBuildSdks icon indicating copy to clipboard operation
MSBuildSdks copied to clipboard

MSBuild project SDKs

Results 82 MSBuildSdks issues
Sort by recently updated
recently updated
newest added

I have a .csproj project used to hold powershell scripts: ```xml net6.0 1.0.0 mmisztal1980 cloud-tek k8s kubernetes powershell automation https://github.com/cloud-tek/automation This package contains reusable kubernetes powershell automation true . ```...

Theres currently some culture issues using IndexOf as mentioned in this issue https://github.com/dotnet/msbuild/issues/5502. https://github.com/dotnet/msbuild/issues/5502 fixes it, but its only enabled in a late wave, that we are not depending on...

**Background** We are running Azure DevOps Server on-prem. And for security reason we are not allowing internet access from our build agents. Instead all agents are configured to use internal...

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.10.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.10.0 What's Changed Add missing runtimeconfig.json file for 8.0 by @​MarcoRossignoli in microsoft/vstest#4792 Localized file check-in by OneLocBuild...

maintenance

> The [Microsoft.Build.CopyOnWrite](https://github.com/microsoft/MSBuildSdks/tree/main/src/CopyOnWrite) MSBuild SDK overrides the native MSBuild Copy task to add support for ReFS and Dev Drive CloneFile (Copy on Write or CoW) on Windows. It is designed...

1. Create a travesal project that contains projects that need to restore nuget packages. 2. Execute msbuild dirs.proj /t:Restore 3. No all projects are restored.

# The Problem The general steps to create a NuGet package that contains MSBuild tasks is outlined here: https://learn.microsoft.com/en-us/visualstudio/msbuild/tutorial-custom-task-code-generation?view=vs-2022#package-the-task-for-distribution This process requires 8 steps: 1. Set `CopyLocalLockFileAssemblies` 2. Mark all...

Update the NoTargets SDK version used by the NoTargets sample to avoid this warning during build: ``` MSBuildSdks\samples\NoTargets\SampleNoTargets\SampleNoTargets.csproj : warning MSB4240: Multiple versions of the same SDK "Microsoft.Build.NoTargets" cannot be...

microsoft/slngen#557 added support for customizing the solution name using the MSBuild property ``. Today, if a user runs SlnGen with default properties, every VS window will unhelpfully be named "dirs"....

Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. Release notes Sourced from System.Collections.Immutable's releases. .NET 8.0.0 Release What's Changed [release/8.0-rc1] [release/8.0] Events for IL methods without IL headers by @​github-actions in dotnet/runtime#92317...

maintenance