File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 87
87
<!-- we manually update these -->
88
88
<PropertyGroup Condition =" '$(MSBuildProjectName.IndexOf(`libtorch-`))' != '-1'" >
89
89
<LibTorchPackageVersion >2.2.1.1</LibTorchPackageVersion >
90
- <PreviousPackageVersion >2.2.1.1</ PreviousPackageVersion >
90
+ <EnablePackageValidation >false</ EnablePackageValidation >
91
91
<VersionPrefix >$(LibTorchPackageVersion)</VersionPrefix >
92
92
<VersionSuffix ></VersionSuffix >
93
93
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<Import Project =" ..\Directory.Build.targets" />
3
3
4
- <PropertyGroup Condition =" '$(IsPackable)' != 'false'" >
4
+ <PropertyGroup Condition =" '$(IsPackable)' != 'false' and '$(EnablePackageValidation)' != 'false' " >
5
5
<EnablePackageValidation >true</EnablePackageValidation >
6
6
<PackageValidationBaselineVersion >$(PreviousPackageVersion)</PackageValidationBaselineVersion >
7
7
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments