diff --git a/eng/Publishing.props b/eng/Publishing.props index 7968b1a8ca5a7..2a0c88ef1b25c 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -5,8 +5,9 @@ - + Depending on channel configuration, this means that these assets could be pushed to a different feed. + Do not include these for source-only builds since these files aren't intended to be published in that mode. --> + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6f602b74c189..f75053fb11892 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Microsoft.CodeAnalysis.LanguageServer.csproj b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Microsoft.CodeAnalysis.LanguageServer.csproj index d1e49ba706322..c32f01a669587 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Microsoft.CodeAnalysis.LanguageServer.csproj +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Microsoft.CodeAnalysis.LanguageServer.csproj @@ -45,13 +45,13 @@ $(ArtifactsDir)/LanguageServer/$(Configuration)/$(TargetFramework)/neutral - $(TargetRid) - $(BaseRid) - win-x64;win-arm64;linux-x64;linux-arm64;linux-musl-x64;linux-musl-arm64;osx-x64;osx-arm64 + $(PortableTargetRid) + win-x64;win-arm64;linux-x64;linux-arm64;linux-musl-x64;linux-musl-arm64;osx-x64;osx-arm64 false