File tree 2 files changed +4
-10
lines changed
Microsoft.NET.Build.Extensions.Tasks
Microsoft.NET.Build.Tasks
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 19
19
<IncludeBuildOutput >false</IncludeBuildOutput >
20
20
<OutDirName >$(Configuration)\Sdks\$(PackageId)\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\tools</OutDirName >
21
21
<NoPackageAnalysis >true</NoPackageAnalysis >
22
+ <!-- MSBuild Task DLLs need to be versioned with every build -->
23
+ <AutoGenerateAssemblyVersion >true</AutoGenerateAssemblyVersion >
22
24
</PropertyGroup >
23
25
24
26
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
25
27
26
- <PropertyGroup >
27
- <!-- MSBuild Task DLLs need to be versioned with every build -->
28
- <AssemblyVersion >$(FileVersion)</AssemblyVersion >
29
- </PropertyGroup >
30
-
31
28
<PropertyGroup >
32
29
<OutputPath >$(BaseOutputPath)</OutputPath >
33
30
<DefineConstants >$(DefineConstants);EXTENSIONS</DefineConstants >
Original file line number Diff line number Diff line change 17
17
<OutDirName >$(Configuration)\Sdks\$(PackageId)\tools</OutDirName >
18
18
<NoPackageAnalysis >true</NoPackageAnalysis >
19
19
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
20
+ <!-- MSBuild Task DLLs need to be versioned with every build -->
21
+ <AutoGenerateAssemblyVersion >true</AutoGenerateAssemblyVersion >
20
22
</PropertyGroup >
21
23
22
24
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
23
25
24
- <PropertyGroup >
25
- <!-- MSBuild Task DLLs need to be versioned with every build -->
26
- <AssemblyVersion >$(FileVersion)</AssemblyVersion >
27
- </PropertyGroup >
28
-
29
26
<PropertyGroup >
30
27
<OutputPath >$(BaseOutputPath)</OutputPath >
31
28
<IsPackable >true</IsPackable >
You can’t perform that action at this time.
0 commit comments