Skip to content

Commit 3434d3b

Browse files
committed
Updated HTML.
1 parent e84ae6a commit 3434d3b

3 files changed

Lines changed: 5 additions & 12 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<!-- Set versions of dependencies that need special treatment or consist of multiple packages of the same version. -->
77
<PropertyGroup>
8-
<PostSharpEngineeringVersion Condition="'$(PostSharpEngineeringVersion)'==''">2023.2.178</PostSharpEngineeringVersion>
8+
<PostSharpEngineeringVersion Condition="'$(PostSharpEngineeringVersion)'==''">2023.2.274</PostSharpEngineeringVersion>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageVersion Include="PostSharp.Engineering.BuildTools" Version="$(PostSharpEngineeringVersion)" />

eng/src/Program.cs

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using PostSharp.Engineering.BuildTools.Build;
88
using PostSharp.Engineering.BuildTools.Build.Model;
99
using System.IO;
10-
using PostSharp.Engineering.BuildTools.Build.Publishers;
10+
using PostSharp.Engineering.BuildTools.Build.Publishing;
1111
using PostSharp.Engineering.BuildTools.Dependencies.Definitions;
1212
using PostSharp.Engineering.BuildTools.Dependencies.Model;
1313
using PostSharp.Engineering.BuildTools.Search;
@@ -31,19 +31,12 @@
3131
PublicArtifacts = Pattern.Create(
3232
docPackageFileName
3333
),
34-
ParametrizedDependencies =
35-
[
36-
DevelopmentDependencies.PostSharpEngineering.ToDependency(),
37-
PostSharpDependencies.PostSharp.ToDependency(
38-
new ConfigurationSpecific<BuildConfiguration>(
39-
BuildConfiguration.Release, BuildConfiguration.Release, BuildConfiguration.Release
40-
) )
41-
],
34+
4235
AdditionalDirectoriesToClean = [Path.Combine( "artifacts", "api" ), Path.Combine( "artifacts", "site" )],
4336

4437
// Disable automatic build triggers.
4538
Configurations = Product.DefaultConfigurations
46-
.WithValue( BuildConfiguration.Debug, c => c with { BuildTriggers = default } )
39+
.WithValue( BuildConfiguration.Debug, c => c with { BuildTriggers = [] } )
4740
.WithValue( BuildConfiguration.Public,
4841
c => c with
4942
{

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"rollForward": "minor"
55
},
66
"msbuild-sdks": {
7-
"PostSharp.Engineering.Sdk": "2023.2.178"
7+
"PostSharp.Engineering.Sdk": "2023.2.274"
88
}
99
}

0 commit comments

Comments
 (0)