diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index e7e424ae8c..6f20958002 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -176,7 +176,8 @@ stages: -noBuildDeps $(_BuildArgs) $(_InternalRuntimeDownloadArgs) - condition: ne(variables['Build.Reason'], 'PullRequest') + # Disabled until 3.1.3 is released + condition: false displayName: Build SiteExtension # This runs code-signing on all packages, zips, and jar files as defined in build/CodeSign.targets. If https://github.com/dotnet/arcade/issues/1957 is resolved, diff --git a/eng/Dependencies.props b/eng/Dependencies.props index 6a577b9fde..ae4d297ec8 100644 --- a/eng/Dependencies.props +++ b/eng/Dependencies.props @@ -120,6 +120,8 @@ and are generated based on the last package release. + + diff --git a/eng/Versions.props b/eng/Versions.props index f93bcea0d2..8c8f2c7416 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -231,6 +231,7 @@ 2.1.1 2.2.0 + 3.1.3 0.9.9 0.10.13 diff --git a/src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj b/src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj index 89cf2174e0..5f51761a31 100644 --- a/src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj +++ b/src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj @@ -26,11 +26,11 @@ - - + + - - + +