Skip to content

Commit

Permalink
Shorten the workload name even more (#74176)
Browse files Browse the repository at this point in the history
Co-authored-by: Larry Ewing <lewing@microsoft.com>
  • Loading branch information
github-actions[bot] and lewing authored Aug 19, 2022
1 parent 195178b commit 1af9cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/workloads/workloads.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
<!-- Shorten package names to avoid long path issues in Visual Studio -->
<ItemGroup>
<!-- These need to be in order - matching rules will try in order. -->
<ShortNames Include="Microsoft.NET.Workload.Mono.ToolChain.Manifest">
<Replacement>MonoToolChainManifest</Replacement>
<ShortNames Include="Microsoft.NET.Workload.Mono.ToolChain.">
<Replacement>Mono</Replacement>
</ShortNames>
<ShortNames Include="microsoft.netcore.app.runtime;Microsoft.NETCore.App.Runtime;microsoft.net.runtime;Microsoft.NET.Runtime">
<Replacement>Microsoft</Replacement>
Expand Down

0 comments on commit 1af9cfd

Please sign in to comment.