Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
ec02572
Support automatic Link metadata for Page and Resource items
dsplaisted Jul 3, 2019
faa2cec
Update Microsoft.NET.HostModel version
elinor-fung Jul 11, 2019
78b8210
Merge pull request #3412 from elinor-fung/updateHostModelVersion-release
Jul 12, 2019
062d9a0
Update dependencies from https://github.com/dotnet/arcade build 20190…
dotnet-maestro[bot] Jul 13, 2019
e55fd22
Update dependencies from https://github.com/dotnet/core-setup build 2…
dotnet-maestro[bot] Jul 13, 2019
95b7659
Update dependencies from https://github.com/dotnet/arcade build 20190…
dotnet-maestro[bot] Jul 14, 2019
16d1be7
Update dependencies from https://github.com/dotnet/core-setup build 2…
dotnet-maestro[bot] Jul 14, 2019
e2ff7a7
Update dependencies from https://github.com/dotnet/arcade build 20190…
dotnet-maestro[bot] Jul 15, 2019
6a57931
Fix unhandled exception when RuntimeList.xml contains duplicates.
Jul 4, 2019
73e0316
Change error message link to aka.ms.
Jul 15, 2019
ced72c4
Make asset sub-path set case-insensitive.
Jul 15, 2019
9b58df3
Update dependencies from https://github.com/dotnet/core-setup build 2…
dotnet-maestro[bot] Jul 16, 2019
a28e800
Update dependencies from https://github.com/dotnet/core-setup build 2…
dotnet-maestro[bot] Jul 16, 2019
c5c50dd
Select appropriate VB runtime by default (#3415)
nguerrera Jul 16, 2019
74b343a
Merge pull request #3393 from peterhuene/fix-unhandled-exceptions-fro…
Jul 16, 2019
7eaa9b6
Delete output apphost upon failure of the CreateAppHost task.
Jul 15, 2019
7aea437
[master] Update dependencies from dotnet/arcade (#3424)
dotnet-maestro[bot] Jul 17, 2019
bd8cce7
Update dependencies from https://github.com/dotnet/core-setup build 2…
dotnet-maestro[bot] Jul 17, 2019
d5036fc
Update dependencies from https://github.com/dotnet/core-setup build 2…
Jul 18, 2019
b1b4266
Log an error if we fail to delete AppHost on error.
Jul 16, 2019
c37f57b
Insert NuGet Build 5.3.0-preview.2.6103 into sdk
nugetlurker Jul 18, 2019
ed16857
Update dependencies from https://github.com/dotnet/core-setup build 2…
Jul 19, 2019
095fe9b
[master] Update dependencies from dotnet/arcade (#3434)
dotnet-maestro[bot] Jul 19, 2019
6892686
Merge pull request #3427 from peterhuene/delete-apphost-on-failure
Jul 19, 2019
c60aa0e
Fix regeneration of files when asset cache changes.
Jul 20, 2019
74a9b51
Merge pull request #3435 from dotnet/darc-master-9e125e63-a9d0-436d-b…
Jul 20, 2019
8fe3af4
Update dependencies from https://github.com/dotnet/arcade build 20190…
dotnet-maestro[bot] Jul 20, 2019
54d18a4
Update dependencies from https://github.com/dotnet/core-setup build 2…
dotnet-maestro[bot] Jul 20, 2019
ec9f5fc
Merge pull request #3441 from peterhuene/fix-gen-tasks-on-cache-inval…
Jul 20, 2019
e102567
Update dependencies from https://github.com/dotnet/arcade build 20190…
dotnet-maestro[bot] Jul 23, 2019
96e6fc5
Update dependencies from https://github.com/dotnet/core-setup build 2…
dotnet-maestro[bot] Jul 23, 2019
7ee4c2a
Merge pull request #3390 from dsplaisted/automatic-link-for-resource-…
dsplaisted Jul 23, 2019
7a119c4
Do not use apphost when resolving assets for dotnet store (#3448)
nguerrera Jul 24, 2019
b720004
Update stage 0
dsplaisted Jul 24, 2019
6926e7c
Don't reference assemblies from targeting pack with ReferencedByDefau…
dsplaisted Jul 24, 2019
5b5d4ee
Update dependencies from https://github.com/dotnet/core-setup build 2…
dotnet-maestro[bot] Jul 24, 2019
9433083
Install updated 2.2 shared framework
dsplaisted Jul 24, 2019
a846e62
Update compilation context tests to expect correct language version
dsplaisted Jul 24, 2019
33a21e5
Merge pull request #3455 from dsplaisted/referencebydefault
dsplaisted Jul 25, 2019
3078929
Merge pull request #3436 from dotnet/nuget.client.release-5.3.0.6103-…
Jul 25, 2019
6b26f61
Fix building VB WPF project (#3456)
nguerrera Jul 25, 2019
b94dd8f
Merge remote-tracking branch 'upstream/release/3.0.1xx' into merges/r…
livarcocc Jul 25, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19361.7">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19372.10">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f1b09644408f45f43f5835786b3e4bdfd2e78141</Sha>
<Sha>0793e2df782efc9ccae387bc779b2549208fa4a1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="1.0.0-beta.19361.7">
<Dependency Name="Microsoft.DotNet.SignTool" Version="1.0.0-beta.19372.10">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f1b09644408f45f43f5835786b3e4bdfd2e78141</Sha>
<Sha>0793e2df782efc9ccae387bc779b2549208fa4a1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.HostModel" Version="3.0.0-preview8-27911-01">
<Dependency Name="Microsoft.NET.HostModel" Version="3.0.0-preview8-28373-17">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>85dba54a1c451c736ef4861d112337cdfd95b890</Sha>
<Sha>5d8d5e866113c9f144136a04222f191456dfff1d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.HostModel" Version="3.0.0-preview7-27902-19">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>fbe9466dddee8b3bbde6b706598d8f83802d08ce</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
<MicrosoftBuildFrameworkVersion>15.4.8</MicrosoftBuildFrameworkVersion>
<MicrosoftBuildUtilitiesCoreVersion>15.4.8</MicrosoftBuildUtilitiesCoreVersion>
<MicrosoftExtensionsDependencyModelVersion>2.1.0-preview2-26306-03</MicrosoftExtensionsDependencyModelVersion>
<MicrosoftNETHostModelVersion>3.0.0-preview8-27911-01</MicrosoftNETHostModelVersion>
<MicrosoftNETHostModelVersion>3.0.0-preview8-28373-17</MicrosoftNETHostModelVersion>
<NETStandardLibraryNETFrameworkVersion>2.0.1-servicing-26011-01</NETStandardLibraryNETFrameworkVersion>
<NewtonsoftJsonVersion>9.0.1</NewtonsoftJsonVersion>
<NuGetBuildTasksPackVersion>5.2.0-rtm.6067</NuGetBuildTasksPackVersion>
<NuGetBuildTasksPackVersion>5.3.0-preview.2.6103</NuGetBuildTasksPackVersion>
<NuGetPackagingVersion>$(NuGetBuildTasksPackVersion)</NuGetPackagingVersion>
<NuGetProjectModelVersion>$(NuGetBuildTasksPackVersion)</NuGetProjectModelVersion>
<PlatformAbstractionsVersion>2.0.0</PlatformAbstractionsVersion>
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
<SystemReflectionMetadataVersion>1.5.0</SystemReflectionMetadataVersion>
<MicrosoftDotNetSignToolVersion>1.0.0-beta.19361.7</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetSignToolVersion>1.0.0-beta.19372.10</MicrosoftDotNetSignToolVersion>
</PropertyGroup>
<!-- Get .NET Framework reference assemblies from NuGet packages -->
<PropertyGroup>
Expand Down
8 changes: 7 additions & 1 deletion eng/common/init-tools-native.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,13 @@ try {
if ($LASTEXITCODE -Ne "0") {
$errMsg = "$ToolName installation failed"
if ((Get-Variable 'DoNotAbortNativeToolsInstallationOnFailure' -ErrorAction 'SilentlyContinue') -and $DoNotAbortNativeToolsInstallationOnFailure) {
Write-Warning $errMsg
$showNativeToolsWarning = $true
if ((Get-Variable 'DoNotDisplayNativeToolsInstallationWarnings' -ErrorAction 'SilentlyContinue') -and $DoNotDisplayNativeToolsInstallationWarnings) {
$showNativeToolsWarning = $false
}
if ($showNativeToolsWarning) {
Write-Warning $errMsg
}
$toolInstallationFailure = $true
} else {
Write-Error $errMsg
Expand Down
2 changes: 1 addition & 1 deletion eng/common/init-tools-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function ReadGlobalJsonNativeTools {
local native_tools_list=$(echo $native_tools_section | awk -F"[{}]" '{print $2}')
native_tools_list=${native_tools_list//[\" ]/}
native_tools_list=${native_tools_list//,/$'\n'}
native_tools_list="$(echo -e "${native_tools_list}" | tr -d '[:space:]')"
native_tools_list="$(echo -e "${native_tools_list}" | tr -d '[[:space:]]')"

local old_IFS=$IFS
while read -r line; do
Expand Down
82 changes: 76 additions & 6 deletions eng/common/pipeline-logging-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ function Write-PipelineTaskError {
return
fi

message_type="error"
sourcepath=''
linenumber=''
columnnumber=''
error_code=''
local message_type="error"
local sourcepath=''
local linenumber=''
local columnnumber=''
local error_code=''

while [[ $# -gt 0 ]]; do
opt="$(echo "${1/#--/-}" | awk '{print tolower($0)}')"
Expand Down Expand Up @@ -76,7 +76,7 @@ function Write-PipelineTaskError {
shift
done

message="##vso[task.logissue"
local message="##vso[task.logissue"

message="$message type=$message_type"

Expand All @@ -100,3 +100,73 @@ function Write-PipelineTaskError {
echo "$message"
}

function Write-PipelineSetVariable {
if [[ "$ci" != true ]]; then
return
fi

local name=''
local value=''
local secret=false
local as_output=false
local is_multi_job_variable=true

while [[ $# -gt 0 ]]; do
opt="$(echo "${1/#--/-}" | awk '{print tolower($0)}')"
case "$opt" in
-name|-n)
name=$2
shift
;;
-value|-v)
value=$2
shift
;;
-secret|-s)
secret=true
;;
-as_output|-a)
as_output=true
;;
-is_multi_job_variable|-i)
is_multi_job_variable=$2
shift
;;
esac
shift
done

value=${value/;/%3B}
value=${value/\\r/%0D}
value=${value/\\n/%0A}
value=${value/]/%5D}

local message="##vso[task.setvariable variable=$name;isSecret=$secret;isOutput=$is_multi_job_variable]$value"

if [[ "$as_output" == true ]]; then
$message
else
echo "$message"
fi
}

function Write-PipelinePrependPath {
local prepend_path=''

while [[ $# -gt 0 ]]; do
opt="$(echo "${1/#--/-}" | awk '{print tolower($0)}')"
case "$opt" in
-path|-p)
prepend_path=$2
shift
;;
esac
shift
done

export PATH="$prepend_path:$PATH"

if [[ "$ci" == true ]]; then
echo "##vso[task.prependpath]$prepend_path"
fi
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ stages:
/p:AzureStorageAccountName=$(ProxyBackedFeedsAccountName)
/p:AzureStorageAccountKey=$(dotnetfeed-storage-access-key-1)
/p:AzureDevOpsFeedsBaseUrl=$(dotnetfeed-internal-private-feed-url)
/p:StaticInternalFeed=$(dotnetfeed-internal-nonstable-feed-url)
/p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe
/p:BARBuildId=$(BARBuildId)
/p:MaestroApiEndpoint='https://maestro-prod.westus2.cloudapp.azure.com'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ stages:
/p:AzureStorageAccountName=$(ProxyBackedFeedsAccountName)
/p:AzureStorageAccountKey=$(dotnetfeed-storage-access-key-1)
/p:AzureDevOpsFeedsBaseUrl=$(dotnetfeed-internal-private-feed-url)
/p:StaticInternalFeed=$(dotnetfeed-internal-nonstable-feed-url)
/p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe
/p:BARBuildId=$(BARBuildId)
/p:MaestroApiEndpoint='https://maestro-prod.westus2.cloudapp.azure.com'
Expand Down
2 changes: 1 addition & 1 deletion eng/common/tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $arc
InstallDotNet $dotnetRoot $version $architecture
}

function InstallDotNet([string] $dotnetRoot, [string] $version, [string] $architecture = "", [string] $runtime = "", [bool] $skipNonVersionedFiles = $false) { $installScript = GetDotNetInstallScript $dotnetRoot
function InstallDotNet([string] $dotnetRoot, [string] $version, [string] $architecture = "", [string] $runtime = "", [bool] $skipNonVersionedFiles = $false) {
$installScript = GetDotNetInstallScript $dotnetRoot
$installParameters = @{
Version = $version
Expand Down
19 changes: 8 additions & 11 deletions eng/common/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,10 @@ function InitializeDotNetCli {

# Add dotnet to PATH. This prevents any bare invocation of dotnet in custom
# build steps from using anything other than what we've downloaded.
export PATH="$dotnet_root:$PATH"
Write-PipelinePrependPath -path "$dotnet_root"

if [[ $ci == true ]]; then
# Make Sure that our bootstrapped dotnet cli is available in future steps of the Azure Pipelines build
echo "##vso[task.prependpath]$dotnet_root"
echo "##vso[task.setvariable variable=DOTNET_MULTILEVEL_LOOKUP]0"
echo "##vso[task.setvariable variable=DOTNET_SKIP_FIRST_TIME_EXPERIENCE]1"
fi
Write-PipelineSetVariable -name "DOTNET_MULTILEVEL_LOOKUP" -value "0"
Write-PipelineSetVariable -name "DOTNET_SKIP_FIRST_TIME_EXPERIENCE" -value "1"

# return value
_InitializeDotNetCli="$dotnet_root"
Expand Down Expand Up @@ -387,7 +383,8 @@ mkdir -p "$toolset_dir"
mkdir -p "$temp_dir"
mkdir -p "$log_dir"

if [[ $ci == true ]]; then
export TEMP="$temp_dir"
export TMP="$temp_dir"
fi
Write-PipelineSetVariable -name "Artifacts" -value "$artifacts_dir"
Write-PipelineSetVariable -name "Artifacts.Toolset" -value "$toolset_dir"
Write-PipelineSetVariable -name "Artifacts.Log" -value "$log_dir"
Write-PipelineSetVariable -name "Temp" -value "$temp_dir"
Write-PipelineSetVariable -name "TMP" -value "$temp_dir"
2 changes: 1 addition & 1 deletion eng/restore-toolset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function InitializeCustomSDKToolset {
InstallDotNetSharedFramework "1.0.5"
InstallDotNetSharedFramework "1.1.2"
InstallDotNetSharedFramework "2.1.0"
InstallDotNetSharedFramework "2.2.5"
InstallDotNetSharedFramework "2.2.6"

CreateBuildEnvScript
InstallNuget
Expand Down
2 changes: 1 addition & 1 deletion eng/restore-toolset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function InitializeCustomSDKToolset {
InstallDotNetSharedFramework "1.0.5"
InstallDotNetSharedFramework "1.1.2"
InstallDotNetSharedFramework "2.1.0"
InstallDotNetSharedFramework "2.2.5"
InstallDotNetSharedFramework "2.2.6"
}

# Installs additional shared frameworks for testing purposes
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"tools": {
"dotnet": "3.0.100-preview8-012830",
"dotnet": "3.0.100-preview8-013410",
"vs-opt": {
"version": "15.9"
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19361.7",
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19372.10",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19215.12"
}
}
10 changes: 10 additions & 0 deletions src/Assets/TestProjects/LinkTest/LinkTest/LinkTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<None Include="..\Linked\**\*.None.txt" LinkBase="Linked\Files" />
<Content Include="..\Linked\**\*.Content.txt" LinkBase="Linked\Files" />
<EmbeddedResource Include="..\Linked\**\*.Embedded.txt" LinkBase="Linked\Files" />
<Page Include="..\Linked\**\*.page.xaml" LinkBase="Linked\Files" />
<Resource Include="..\Linked\**\*.resource.xaml" LinkBase="Linked\Files" />
<CustomItem Include="..\Linked\**\*.Custom.txt" LinkBase="Linked\Files" />
</ItemGroup>

Expand All @@ -19,6 +21,8 @@
<None Include="..\Linked\**\*.None.txt" />
<Content Include="..\Linked\**\*.Content.txt" />
<EmbeddedResource Include="..\Linked\**\*.Embedded.txt" />
<Page Include="..\Linked\**\*.page.xaml" />
<Resource Include="..\Linked\**\*.resource.xaml" />
<CustomItem Include="..\Linked\**\*.Custom.txt" />
</ItemGroup>

Expand All @@ -28,6 +32,8 @@
<None Include="..\Linked\Linked.None.txt" LinkBase="Linked\Files"/>
<Content Include="..\Linked\Linked.Content.txt" LinkBase="Linked\Files"/>
<EmbeddedResource Include="..\Linked\Linked.Embedded.txt" LinkBase="Linked\Files"/>
<Page Include="..\Linked\Linked.page.xaml" LinkBase="Linked\Files"/>
<Resource Include="..\Linked\Linked.resource.xaml" LinkBase="Linked\Files"/>
<CustomItem Include="..\Linked\*Linked.Custom.txt" LinkBase="Linked\Files"/>
</ItemGroup>

Expand All @@ -37,6 +43,8 @@
<None Include="..\Linked\Linked.None.txt" />
<Content Include="..\Linked\Linked.Content.txt" />
<EmbeddedResource Include="..\Linked\Linked.Embedded.txt" />
<Page Include="..\Linked\Linked.page.xaml" />
<Resource Include="..\Linked\Linked.resource.xaml" />
<CustomItem Include="..\Linked\*Linked.Custom.txt" />
</ItemGroup>

Expand All @@ -48,6 +56,8 @@
<LinesToWrite Include="None%09%(None.FullPath)%09%(None.Link)" />
<LinesToWrite Include="Content%09%(Content.FullPath)%09%(Content.Link)" />
<LinesToWrite Include="EmbeddedResource%09%(EmbeddedResource.FullPath)%09%(EmbeddedResource.Link)" />
<LinesToWrite Include="Page%09%(Page.FullPath)%09%(Page.Link)" />
<LinesToWrite Include="Resource%09%(Resource.FullPath)%09%(Resource.Link)" />
<LinesToWrite Include="CustomItem%09%(CustomItem.FullPath)%09%(CustomItem.Link)" />
</ItemGroup>

Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
12 changes: 12 additions & 0 deletions src/Tasks/Common/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -540,4 +540,16 @@ The following are names of parameters or literal values and should not be transl
<value>NETSDK1108: ReadyToRun compilation will be skipped because it is only supported for executable projects.</value>
<comment>{StrBegin="NETSDK1108: "}</comment>
</data>
<data name="RuntimeListNotFound" xml:space="preserve">
<value>NETSDK1109: Runtime list file '{0}' was not found. Report this error to the .NET Core team here: https://aka.ms/dotnet-sdk-issue.</value>
<comment>{StrBegin="NETSDK1109: "}</comment>
</data>
<data name="DuplicateRuntimePackAsset" xml:space="preserve">
<value>NETSDK1110: More than one asset in the runtime pack has the same destination sub-path of '{0}'. Report this error to the .NET Core team here: https://aka.ms/dotnet-sdk-issue.</value>
<comment>{StrBegin="NETSDK1110: "}</comment>
</data>
<data name="FailedToDeleteApphost" xml:space="preserve">
<value>NETSDK1111: Failed to delete output apphost: {0}</value>
<comment>{StrBegin="NETSDK1111: "}</comment>
</data>
</root>
15 changes: 15 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@
<target state="translated">NETSDK1015: Token preprocesoru {0} získal více než jednu hodnotu. Volí se hodnota {1}.</target>
<note>{StrBegin="NETSDK1015: "}</note>
</trans-unit>
<trans-unit id="DuplicateRuntimePackAsset">
<source>NETSDK1110: More than one asset in the runtime pack has the same destination sub-path of '{0}'. Report this error to the .NET Core team here: https://aka.ms/dotnet-sdk-issue.</source>
<target state="new">NETSDK1110: More than one asset in the runtime pack has the same destination sub-path of '{0}'. Report this error to the .NET Core team here: https://aka.ms/dotnet-sdk-issue.</target>
<note>{StrBegin="NETSDK1110: "}</note>
</trans-unit>
<trans-unit id="EncounteredConflict_Info">
<source>Encountered conflict between '{0}' and '{1}'.</source>
<target state="new">Encountered conflict between '{0}' and '{1}'.</target>
Expand All @@ -262,6 +267,11 @@
<target state="translated">NETSDK1060: Chyba při načítání souboru prostředků: {0}</target>
<note>{StrBegin="NETSDK1060: "}</note>
</trans-unit>
<trans-unit id="FailedToDeleteApphost">
<source>NETSDK1111: Failed to delete output apphost: {0}</source>
<target state="new">NETSDK1111: Failed to delete output apphost: {0}</target>
<note>{StrBegin="NETSDK1111: "}</note>
</trans-unit>
<trans-unit id="FailedToLockResource">
<source>NETSDK1077: Failed to lock resource.</source>
<target state="translated">NETSDK1077: Nepovedlo se uzamknout prostředek.</target>
Expand Down Expand Up @@ -461,6 +471,11 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1028: Zadejte parametr RuntimeIdentifier.</target>
<note>{StrBegin="NETSDK1028: "}</note>
</trans-unit>
<trans-unit id="RuntimeListNotFound">
<source>NETSDK1109: Runtime list file '{0}' was not found. Report this error to the .NET Core team here: https://aka.ms/dotnet-sdk-issue.</source>
<target state="new">NETSDK1109: Runtime list file '{0}' was not found. Report this error to the .NET Core team here: https://aka.ms/dotnet-sdk-issue.</target>
<note>{StrBegin="NETSDK1109: "}</note>
</trans-unit>
<trans-unit id="SkippingAdditionalProbingPaths">
<source>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</source>
<target state="translated">NETSDK1048: Cesty AdditionalProbingPaths byly zadány pro GenerateRuntimeConfigurationFiles, ale vynechávají se, protože RuntimeConfigDevPath je prázdné.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@
<target state="translated">NETSDK1015: Das Präprozessortoken "{0}" wurde mit mehreren Werten versehen. "{1}" wird als Wert ausgewählt.</target>
<note>{StrBegin="NETSDK1015: "}</note>
</trans-unit>
<trans-unit id="DuplicateRuntimePackAsset">
<source>NETSDK1110: More than one asset in the runtime pack has the same destination sub-path of '{0}'. Report this error to the .NET Core team here: https://aka.ms/dotnet-sdk-issue.</source>
<target state="new">NETSDK1110: More than one asset in the runtime pack has the same destination sub-path of '{0}'. Report this error to the .NET Core team here: https://aka.ms/dotnet-sdk-issue.</target>
<note>{StrBegin="NETSDK1110: "}</note>
</trans-unit>
<trans-unit id="EncounteredConflict_Info">
<source>Encountered conflict between '{0}' and '{1}'.</source>
<target state="new">Encountered conflict between '{0}' and '{1}'.</target>
Expand All @@ -262,6 +267,11 @@
<target state="translated">NETSDK1060: Fehler beim Lesen der Ressourcendatei: {0}</target>
<note>{StrBegin="NETSDK1060: "}</note>
</trans-unit>
<trans-unit id="FailedToDeleteApphost">
<source>NETSDK1111: Failed to delete output apphost: {0}</source>
<target state="new">NETSDK1111: Failed to delete output apphost: {0}</target>
<note>{StrBegin="NETSDK1111: "}</note>
</trans-unit>
<trans-unit id="FailedToLockResource">
<source>NETSDK1077: Failed to lock resource.</source>
<target state="translated">NETSDK1077: Fehler beim Sperren der Ressource.</target>
Expand Down Expand Up @@ -461,6 +471,11 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1028: Geben Sie einen RuntimeIdentifier an.</target>
<note>{StrBegin="NETSDK1028: "}</note>
</trans-unit>
<trans-unit id="RuntimeListNotFound">
<source>NETSDK1109: Runtime list file '{0}' was not found. Report this error to the .NET Core team here: https://aka.ms/dotnet-sdk-issue.</source>
<target state="new">NETSDK1109: Runtime list file '{0}' was not found. Report this error to the .NET Core team here: https://aka.ms/dotnet-sdk-issue.</target>
<note>{StrBegin="NETSDK1109: "}</note>
</trans-unit>
<trans-unit id="SkippingAdditionalProbingPaths">
<source>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</source>
<target state="translated">NETSDK1048: Für GenerateRuntimeConfigurationFiles wurden "AdditionalProbingPaths" angegeben, sie werden jedoch übersprungen, weil "RuntimeConfigDevPath" leer ist.</target>
Expand Down
Loading