diff --git a/build/SharedFx.targets b/build/SharedFx.targets index d8fba58ba2..7809cb8613 100644 --- a/build/SharedFx.targets +++ b/build/SharedFx.targets @@ -530,15 +530,16 @@ - - $(RepositoryRoot)\test\SharedFx.UnitTests\SharedFx.UnitTests.csproj - $(LogOutputDir)SharedFx-UnitTests.trx - $(UnitTestFxTrxLogFile) - $(HostMachineRepositoryRoot)/artifacts/logs/SharedFx-UnitTests.trx - - - + + $(RepositoryRoot)\test\SharedFx.UnitTests\SharedFx.UnitTests.csproj + + + $(LogOutputDir)SharedFx-UnitTests-$(Version).trx + + $(UnitTestFxTrxLogFile) + $(HostMachineRepositoryRoot)/artifacts/logs/SharedFx-UnitTests.trx + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); @@ -549,15 +550,21 @@ - - - - + + + + + + - + Importance="High" + Condition="'$(TEAMCITY_VERSION)' != '' AND Exists('$(UnitTestFxTrxLogFile)')" /> + diff --git a/build/dependencies.props b/build/dependencies.props index 23a26ce25b..9d911eefc3 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -38,7 +38,6 @@ $(MicrosoftNETCoreAppPackageVersion) - $(MicrosoftNETCoreApp30PackageVersion) $(KoreBuildVersion) @@ -120,6 +119,7 @@ 9.0.30729 7.10.6071 15.6.161-preview + 11.1.0 1.4.0 1.3.8 1.0.1 @@ -166,6 +166,6 @@ 2.3.1 2.3.1 2.3.1 - 2.4.0-beta.1.build3945 + 2.4.0-rc.1.build4038 diff --git a/build/docker/alpine.Dockerfile b/build/docker/alpine.Dockerfile index 4dcc47505c..ae9cbab56f 100644 --- a/build/docker/alpine.Dockerfile +++ b/build/docker/alpine.Dockerfile @@ -25,14 +25,3 @@ ENV LANG en_US.UTF-8 # Skip package initilization ENV DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 - -# Workarounds https://github.com/dotnet/cli/issues/8738 -ENV DOTNET_INSTALL_SKIP_PREREQS=1 -ENV KOREBUILD_SKIP_RUNTIME_INSTALL=1 - -COPY global.json /tmp/global.json -RUN DOTNET_SDK_VERSION="$(jq -r '.sdk.version' /tmp/global.json)" \ - && echo "Installing SDK ${DOTNET_SDK_VERSION}" \ - && wget -q --tries 10 -O /tmp/dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-x64.tar.gz \ - && mkdir -p "$HOME/.dotnet" \ - && tar xzf /tmp/dotnet.tar.gz -C "$HOME/.dotnet" diff --git a/build/external-dependencies.props b/build/external-dependencies.props index 21ddfa54a6..2a72ca410b 100644 --- a/build/external-dependencies.props +++ b/build/external-dependencies.props @@ -104,6 +104,7 @@ + diff --git a/build/sources.props b/build/sources.props index 9570c654ac..5b458ddf09 100644 --- a/build/sources.props +++ b/build/sources.props @@ -19,8 +19,7 @@ https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json; https://dotnet.myget.org/F/roslyn/api/v3/index.json; https://vside.myget.org/F/vssdk/api/v3/index.json; - https://vside.myget.org/F/vsmac/api/v3/index.json; - https://www.myget.org/F/xunit/api/v3/index.json; + https://vside.myget.org/F/vsmac/api/v3/index.json diff --git a/dockerbuild.sh b/dockerbuild.sh index 7030f04046..d401522921 100755 --- a/dockerbuild.sh +++ b/dockerbuild.sh @@ -90,13 +90,6 @@ fi dockerfile="$DIR/build/docker/$image.Dockerfile" tagname="universe-build-$image" -# Workaround for https://github.com/dotnet/cli/issues/8738 and https://github.com/Microsoft/msbuild/issues/3066 -# Run noop target because we need to generate the global.json file so we can install the matching -# .NET Core SDK inside the Docker container. -"$DIR/build.sh" /t:Noop -cp "$DIR/global.json" "$(dirname "$dockerfile")" -#endworkaround - docker build "$(dirname "$dockerfile")" \ --build-arg "USER=$(whoami)" \ --build-arg "USER_ID=$(id -u)" \ diff --git a/src/Microsoft.AspNetCore.App/build/netcoreapp3.0/Microsoft.AspNetCore.App.props b/src/Microsoft.AspNetCore.App/build/netcoreapp3.0/Microsoft.AspNetCore.App.props index b45f971fa7..b68699c5b3 100644 --- a/src/Microsoft.AspNetCore.App/build/netcoreapp3.0/Microsoft.AspNetCore.App.props +++ b/src/Microsoft.AspNetCore.App/build/netcoreapp3.0/Microsoft.AspNetCore.App.props @@ -15,7 +15,7 @@ Capability that enables Visual Studio support for hosting Asp.Net Core applications in the IIS process --> - + diff --git a/test/SharedFx.UnitTests/SharedFx.UnitTests.csproj b/test/SharedFx.UnitTests/SharedFx.UnitTests.csproj index d91518e633..bb58bee45a 100644 --- a/test/SharedFx.UnitTests/SharedFx.UnitTests.csproj +++ b/test/SharedFx.UnitTests/SharedFx.UnitTests.csproj @@ -24,7 +24,7 @@ <_Parameter1>MicrosoftNETCoreAppPackageVersion - <_Parameter2>$(MicrosoftNETCoreAppPackageVersion) + <_Parameter2>$(RuntimeFrameworkVersion)