File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 7
7
<NukeRootDirectory >..\</NukeRootDirectory >
8
8
<NukeScriptDirectory >..\</NukeScriptDirectory >
9
9
</PropertyGroup >
10
- <PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >
11
- <DefineConstants >OS_WINDOWS</DefineConstants >
12
- </PropertyGroup >
13
- <PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('Linux'))" >
14
- <DefineConstants >OS_LINUX</DefineConstants >
15
- </PropertyGroup >
16
- <PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('OSX'))" >
17
- <DefineConstants >OS_MAC</DefineConstants >
18
- </PropertyGroup >
19
10
<ItemGroup >
20
11
<PackageDownload Include =" GitVersion.Tool" Version =" [5.12.0]" />
21
- <PackageDownload Include =" NSpec" Version =" [3.1.0]" />
22
12
<PackageDownload Include =" ReportGenerator" Version =" [5.1.23]" />
23
13
<PackageDownload Include =" xunit.runner.console" Version =" [2.5.0]" />
24
- <PackageDownload Include =" Node.js.redist" Version =" [16.20.0]" />
25
14
<PackageReference Include =" LibGit2Sharp" Version =" 0.27.2" />
26
15
<PackageReference Include =" Nuke.Common" Version =" 7.0.6" />
27
16
<PackageReference Include =" Nuke.Components" Version =" 7.0.6" />
28
- <PackageDownload Include =" Yarn.MSBuild" Version =" [1.22.19]" />
29
17
</ItemGroup >
30
18
</Project >
You can’t perform that action at this time.
0 commit comments